Packages

package function

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final case class FunctionCommand(serviceName: String = "", name: String = "", payload: Option[Any] = _root_.scala.None) extends GeneratedMessage with Message[FunctionCommand] with Updatable[FunctionCommand] with Product with Serializable

    serviceName

    The name of the service this function is on.

    name

    Command name

    payload

    The command payload.

    Annotations
    @SerialVersionUID()
  2. final case class FunctionReply(sideEffects: Seq[SideEffect] = _root_.scala.Seq.empty, response: Response = ...) extends GeneratedMessage with Message[FunctionReply] with Updatable[FunctionReply] with Product with Serializable
    Annotations
    @SerialVersionUID()
  3. trait StatelessFunction extends AnyRef

Value Members

  1. object FunctionCommand extends GeneratedMessageCompanion[FunctionCommand] with Serializable
  2. object FunctionProto extends GeneratedFileObject
  3. object FunctionReply extends GeneratedMessageCompanion[FunctionReply] with Serializable
  4. object StatelessFunction
  5. object StatelessFunctionHandler

Ungrouped