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