Package dev.restate.sdk.core
Interface InvocationFlow.InvocationInput
-
- Enclosing interface:
- InvocationFlow
public static interface InvocationFlow.InvocationInput
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description MessageHeaderheader()com.google.protobuf.MessageLitemessage()static InvocationFlow.InvocationInputof(MessageHeader header, com.google.protobuf.MessageLite message)
-
-
-
Method Detail
-
header
MessageHeader header()
-
message
com.google.protobuf.MessageLite message()
-
of
static InvocationFlow.InvocationInput of(MessageHeader header, com.google.protobuf.MessageLite message)
-
-