package function
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
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()
-
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()
- trait StatelessFunction extends AnyRef
Value Members
- object FunctionCommand extends GeneratedMessageCompanion[FunctionCommand] with Serializable
- object FunctionProto extends GeneratedFileObject
- object FunctionReply extends GeneratedMessageCompanion[FunctionReply] with Serializable
- object StatelessFunction
- object StatelessFunctionHandler