Index

A B C D E F G H I K M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

addAllHeaders(Iterable<? extends Protocol.Header>) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage.Builder
repeated .dev.restate.service.protocol.Header headers = 4;
addAllHeaders(Iterable<? extends Protocol.Header>) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage.Builder
repeated .dev.restate.service.protocol.Header headers = 1;
addAllHeaders(Iterable<? extends Protocol.Header>) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage.Builder
repeated .dev.restate.service.protocol.Header headers = 5;
addAllKeys(Iterable<? extends ByteString>) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StateKeys.Builder
repeated bytes keys = 1;
addAllStateMap(Iterable<? extends Protocol.StartMessage.StateEntry>) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.Builder
protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
addAllWaitingCompletions(Iterable<? extends Integer>) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage.Builder
repeated uint32 waiting_completions = 1;
addAllWaitingNamedSignals(Iterable<String>) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage.Builder
repeated string waiting_named_signals = 3;
addAllWaitingSignals(Iterable<? extends Integer>) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage.Builder
repeated uint32 waiting_signals = 2;
addHeaders(int, Protocol.Header) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage.Builder
repeated .dev.restate.service.protocol.Header headers = 4;
addHeaders(int, Protocol.Header) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage.Builder
repeated .dev.restate.service.protocol.Header headers = 1;
addHeaders(int, Protocol.Header) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage.Builder
repeated .dev.restate.service.protocol.Header headers = 5;
addHeaders(int, Protocol.Header.Builder) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage.Builder
repeated .dev.restate.service.protocol.Header headers = 4;
addHeaders(int, Protocol.Header.Builder) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage.Builder
repeated .dev.restate.service.protocol.Header headers = 1;
addHeaders(int, Protocol.Header.Builder) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage.Builder
repeated .dev.restate.service.protocol.Header headers = 5;
addHeaders(Protocol.Header) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage.Builder
repeated .dev.restate.service.protocol.Header headers = 4;
addHeaders(Protocol.Header) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage.Builder
repeated .dev.restate.service.protocol.Header headers = 1;
addHeaders(Protocol.Header) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage.Builder
repeated .dev.restate.service.protocol.Header headers = 5;
addHeaders(Protocol.Header.Builder) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage.Builder
repeated .dev.restate.service.protocol.Header headers = 4;
addHeaders(Protocol.Header.Builder) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage.Builder
repeated .dev.restate.service.protocol.Header headers = 1;
addHeaders(Protocol.Header.Builder) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage.Builder
repeated .dev.restate.service.protocol.Header headers = 5;
addHeadersBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage.Builder
repeated .dev.restate.service.protocol.Header headers = 4;
addHeadersBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage.Builder
repeated .dev.restate.service.protocol.Header headers = 1;
addHeadersBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage.Builder
repeated .dev.restate.service.protocol.Header headers = 5;
addHeadersBuilder(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage.Builder
repeated .dev.restate.service.protocol.Header headers = 4;
addHeadersBuilder(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage.Builder
repeated .dev.restate.service.protocol.Header headers = 1;
addHeadersBuilder(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage.Builder
repeated .dev.restate.service.protocol.Header headers = 5;
addKeys(ByteString) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StateKeys.Builder
repeated bytes keys = 1;
addStateMap(int, Protocol.StartMessage.StateEntry) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.Builder
protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
addStateMap(int, Protocol.StartMessage.StateEntry.Builder) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.Builder
protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
addStateMap(Protocol.StartMessage.StateEntry) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.Builder
protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
addStateMap(Protocol.StartMessage.StateEntry.Builder) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.Builder
protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
addStateMapBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.Builder
protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
addStateMapBuilder(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.Builder
protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
addWaitingCompletions(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage.Builder
repeated uint32 waiting_completions = 1;
addWaitingNamedSignals(String) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage.Builder
repeated string waiting_named_signals = 3;
addWaitingNamedSignalsBytes(ByteString) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage.Builder
repeated string waiting_named_signals = 3;
addWaitingSignals(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage.Builder
repeated uint32 waiting_signals = 2;
AnyCompleted() - Constructor for record class dev.restate.sdk.core.statemachine.StateMachine.DoProgressResponse.AnyCompleted
Creates an instance of a AnyCompleted record class.
attachInvocation(String) - Method in interface dev.restate.sdk.core.statemachine.StateMachine
 
AttachInvocationCommandMessage - Enum constant in enum class dev.restate.sdk.core.statemachine.MessageType
 
AttachInvocationCommandMessage_TYPE - Static variable in enum class dev.restate.sdk.core.statemachine.MessageType
 
AttachInvocationCompletionNotificationMessage - Enum constant in enum class dev.restate.sdk.core.statemachine.MessageType
 
AttachInvocationCompletionNotificationMessage_TYPE - Static variable in enum class dev.restate.sdk.core.statemachine.MessageType
 
awakeable() - Method in interface dev.restate.sdk.core.statemachine.StateMachine
 
Awakeable(String, int) - Constructor for record class dev.restate.sdk.core.statemachine.StateMachine.Awakeable
Creates an instance of a Awakeable record class.
AWAKEABLE_ID_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage
 
awakeableId() - Method in record class dev.restate.sdk.core.statemachine.StateMachine.Awakeable
Returns the value of the awakeableId record component.

B

badNotificationMessage(String) - Static method in exception dev.restate.sdk.core.ProtocolException
 
badRunNotificationId(NotificationId) - Static method in exception dev.restate.sdk.core.ProtocolException
 
badState(Object) - Static method in exception dev.restate.sdk.core.ProtocolException
 
BIDI_STREAM - Enum constant in enum class dev.restate.sdk.core.generated.manifest.EndpointManifestSchema.ProtocolMode
 
body() - Method in record class dev.restate.sdk.core.statemachine.StateMachine.Input
Returns the value of the body record component.
build() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage.Builder
 
build() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage.Builder
 
build() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage.Builder
 
build() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage.Builder
 
build() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallInvocationIdCompletionNotificationMessage.Builder
 
build() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearAllStateCommandMessage.Builder
 
build() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearStateCommandMessage.Builder
 
build() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CommandAckMessage.Builder
 
build() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage.Builder
 
build() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage.Builder
 
build() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage.Builder
 
build() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.EndMessage.Builder
 
build() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage.Builder
 
build() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Failure.Builder
 
build() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage.Builder
 
build() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateKeysCommandMessage.Builder
 
build() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage.Builder
 
build() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage.Builder
 
build() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCommandMessage.Builder
 
build() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage.Builder
 
build() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCommandMessage.Builder
 
build() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCompletionNotificationMessage.Builder
 
build() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCommandMessage.Builder
 
build() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage.Builder
 
build() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Header.Builder
 
build() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTarget.Builder
 
build() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage.Builder
 
build() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.Builder
 
build() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage.Builder
 
build() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage.Builder
 
build() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCommandMessage.Builder
 
build() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage.Builder
 
build() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage.Builder
 
build() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCommandMessage.Builder
 
build() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage.Builder
 
build() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.Builder
 
build() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SetStateCommandMessage.Builder
 
build() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage.Builder
 
build() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCommandMessage.Builder
 
build() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCompletionNotificationMessage.Builder
 
build() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.Builder
 
build() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.StateEntry.Builder
 
build() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StateKeys.Builder
 
build() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage.Builder
 
build() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Value.Builder
 
build() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Void.Builder
 
build() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.WorkflowTarget.Builder
 
buildPartial() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage.Builder
 
buildPartial() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage.Builder
 
buildPartial() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage.Builder
 
buildPartial() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage.Builder
 
buildPartial() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallInvocationIdCompletionNotificationMessage.Builder
 
buildPartial() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearAllStateCommandMessage.Builder
 
buildPartial() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearStateCommandMessage.Builder
 
buildPartial() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CommandAckMessage.Builder
 
buildPartial() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage.Builder
 
buildPartial() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage.Builder
 
buildPartial() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage.Builder
 
buildPartial() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.EndMessage.Builder
 
buildPartial() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage.Builder
 
buildPartial() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Failure.Builder
 
buildPartial() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage.Builder
 
buildPartial() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateKeysCommandMessage.Builder
 
buildPartial() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage.Builder
 
buildPartial() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage.Builder
 
buildPartial() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCommandMessage.Builder
 
buildPartial() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage.Builder
 
buildPartial() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCommandMessage.Builder
 
buildPartial() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCompletionNotificationMessage.Builder
 
buildPartial() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCommandMessage.Builder
 
buildPartial() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage.Builder
 
buildPartial() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Header.Builder
 
buildPartial() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTarget.Builder
 
buildPartial() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage.Builder
 
buildPartial() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.Builder
 
buildPartial() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage.Builder
 
buildPartial() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage.Builder
 
buildPartial() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCommandMessage.Builder
 
buildPartial() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage.Builder
 
buildPartial() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage.Builder
 
buildPartial() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCommandMessage.Builder
 
buildPartial() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage.Builder
 
buildPartial() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.Builder
 
buildPartial() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SetStateCommandMessage.Builder
 
buildPartial() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage.Builder
 
buildPartial() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCommandMessage.Builder
 
buildPartial() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCompletionNotificationMessage.Builder
 
buildPartial() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.Builder
 
buildPartial() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.StateEntry.Builder
 
buildPartial() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StateKeys.Builder
 
buildPartial() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage.Builder
 
buildPartial() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Value.Builder
 
buildPartial() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Void.Builder
 
buildPartial() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.WorkflowTarget.Builder
 

C

call(Target, Slice, String, Collection<Map.Entry<String, String>>) - Method in interface dev.restate.sdk.core.statemachine.StateMachine
 
CallCommandMessage - Enum constant in enum class dev.restate.sdk.core.statemachine.MessageType
 
CallCommandMessage_TYPE - Static variable in enum class dev.restate.sdk.core.statemachine.MessageType
 
CallCompletionNotificationMessage - Enum constant in enum class dev.restate.sdk.core.statemachine.MessageType
 
CallCompletionNotificationMessage_TYPE - Static variable in enum class dev.restate.sdk.core.statemachine.MessageType
 
CallHandle(int, int) - Constructor for record class dev.restate.sdk.core.statemachine.StateMachine.CallHandle
Creates an instance of a CallHandle record class.
CallInvocationIdCompletionNotificationMessage - Enum constant in enum class dev.restate.sdk.core.statemachine.MessageType
 
CallInvocationIdCompletionNotificationMessage_TYPE - Static variable in enum class dev.restate.sdk.core.statemachine.MessageType
 
CANCEL - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.BuiltInSignal
CANCEL = 1;
CANCEL_VALUE - Static variable in enum class dev.restate.sdk.core.generated.protocol.Protocol.BuiltInSignal
CANCEL = 1;
cancelInvocation(String) - Method in interface dev.restate.sdk.core.statemachine.StateMachine
 
clear() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage.Builder
 
clear() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage.Builder
 
clear() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage.Builder
 
clear() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage.Builder
 
clear() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallInvocationIdCompletionNotificationMessage.Builder
 
clear() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearAllStateCommandMessage.Builder
 
clear() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearStateCommandMessage.Builder
 
clear() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CommandAckMessage.Builder
 
clear() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage.Builder
 
clear() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage.Builder
 
clear() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage.Builder
 
clear() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.EndMessage.Builder
 
clear() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage.Builder
 
clear() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Failure.Builder
 
clear() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage.Builder
 
clear() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateKeysCommandMessage.Builder
 
clear() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage.Builder
 
clear() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage.Builder
 
clear() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCommandMessage.Builder
 
clear() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage.Builder
 
clear() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCommandMessage.Builder
 
clear() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCompletionNotificationMessage.Builder
 
clear() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCommandMessage.Builder
 
clear() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage.Builder
 
clear() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Header.Builder
 
clear() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTarget.Builder
 
clear() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage.Builder
 
clear() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.Builder
 
clear() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage.Builder
 
clear() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage.Builder
 
clear() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCommandMessage.Builder
 
clear() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage.Builder
 
clear() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage.Builder
 
clear() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCommandMessage.Builder
 
clear() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage.Builder
 
clear() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.Builder
 
clear() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SetStateCommandMessage.Builder
 
clear() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage.Builder
 
clear() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCommandMessage.Builder
 
clear() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCompletionNotificationMessage.Builder
 
clear() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.Builder
 
clear() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.StateEntry.Builder
 
clear() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StateKeys.Builder
 
clear() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage.Builder
 
clear() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Value.Builder
 
clear() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Void.Builder
 
clear() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.WorkflowTarget.Builder
 
ClearAllStateCommandMessage - Enum constant in enum class dev.restate.sdk.core.statemachine.MessageType
 
ClearAllStateCommandMessage_TYPE - Static variable in enum class dev.restate.sdk.core.statemachine.MessageType
 
clearAwakeableId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage.Builder
string awakeable_id = 1;
clearCode() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage.Builder
The code can be any HTTP status code, as described https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml.
clearCode() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Failure.Builder
The code can be any HTTP status code, as described https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml.
clearCommandIndex() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CommandAckMessage.Builder
uint32 command_index = 1;
clearCompletion() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage.Builder
 
clearCompletionFailure() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage.Builder
.dev.restate.service.protocol.Failure completion_failure = 3;
clearCompletionId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage.Builder
uint32 completion_id = 1;
clearCompletionId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage.Builder
uint32 completion_id = 1;
clearCompletionId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallInvocationIdCompletionNotificationMessage.Builder
uint32 completion_id = 1;
clearCompletionId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage.Builder
uint32 completion_id = 1;
clearCompletionId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage.Builder
uint32 completion_id = 1;
clearCompletionId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage.Builder
uint32 completion_id = 1;
clearCompletionId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCompletionNotificationMessage.Builder
uint32 completion_id = 1;
clearCompletionId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage.Builder
uint32 completion_id = 1;
clearCompletionId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.Builder
uint32 completion_id = 1;
clearCompletionId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage.Builder
uint32 completion_id = 1;
clearCompletionId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage.Builder
uint32 completion_id = 1;
clearCompletionId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCompletionNotificationMessage.Builder
uint32 completion_id = 1;
clearCompletionValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage.Builder
.dev.restate.service.protocol.Value completion_value = 2;
clearContent() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Value.Builder
bytes content = 1;
clearDebugId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.Builder
Invocation id that can be used for logging.
clearDurationSinceLastStoredEntry() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.Builder
Duration since the last stored entry, in milliseconds.
clearEntryName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.Builder
Cannot use the field 'name' here because used above
clearFailure() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Failure failure = 6;
clearFailure() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Failure failure = 6;
clearFailure() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage.Builder
.dev.restate.service.protocol.Failure failure = 3;
clearFailure() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Failure failure = 6;
clearFailure() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Failure failure = 6;
clearFailure() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Failure failure = 6;
clearFailure() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.Builder
.dev.restate.service.protocol.Failure failure = 6;
clearFailure() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage.Builder
.dev.restate.service.protocol.Failure failure = 15;
clearFailure() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Failure failure = 6;
clearFailure() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage.Builder
.dev.restate.service.protocol.Failure failure = 15;
clearFailure() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Failure failure = 6;
clearFailure() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.Builder
.dev.restate.service.protocol.Failure failure = 6;
clearFailure() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage.Builder
.dev.restate.service.protocol.Failure failure = 6;
clearHandlerName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage.Builder
string handler_name = 2;
clearHandlerName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTarget.Builder
string handler_name = 3;
clearHandlerName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage.Builder
string handler_name = 2;
clearHeaders() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage.Builder
repeated .dev.restate.service.protocol.Header headers = 4;
clearHeaders() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage.Builder
repeated .dev.restate.service.protocol.Header headers = 1;
clearHeaders() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage.Builder
repeated .dev.restate.service.protocol.Header headers = 5;
clearId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.Builder
 
clearId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.Builder
Unique id of the invocation.
clearIdempotencyKey() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage.Builder
If present, it must be non empty.
clearIdempotencyKey() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTarget.Builder
string idempotency_key = 4;
clearIdempotencyKey() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage.Builder
If present, it must be non empty.
clearIdempotentRequestTarget() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage.Builder
Target idempotent request
clearIdempotentRequestTarget() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage.Builder
Target idempotent request
clearIdx() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.Builder
uint32 idx = 2;
clearIdx() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage.Builder
uint32 idx = 2;
clearInvocationId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage.Builder
Target invocation id
clearInvocationId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallInvocationIdCompletionNotificationMessage.Builder
string invocation_id = 16;
clearInvocationId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage.Builder
Target invocation id
clearInvocationId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.Builder
Used by specific commands
clearInvocationIdNotificationIdx() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage.Builder
uint32 invocation_id_notification_idx = 10;
clearInvocationIdNotificationIdx() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage.Builder
uint32 invocation_id_notification_idx = 10;
clearInvokeTime() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage.Builder
Time when this BackgroundInvoke should be executed.
clearKey() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage.Builder
If this invocation has a key associated (e.g.
clearKey() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearStateCommandMessage.Builder
bytes key = 1;
clearKey() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage.Builder
string key = 1;
clearKey() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage.Builder
bytes key = 1;
clearKey() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCommandMessage.Builder
bytes key = 1;
clearKey() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCommandMessage.Builder
string key = 1;
clearKey() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Header.Builder
string key = 1;
clearKey() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage.Builder
If this invocation has a key associated (e.g.
clearKey() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCommandMessage.Builder
string key = 1;
clearKey() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SetStateCommandMessage.Builder
bytes key = 1;
clearKey() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.Builder
If this invocation has a key associated (e.g.
clearKey() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.StateEntry.Builder
bytes key = 1;
clearKeys() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StateKeys.Builder
repeated bytes keys = 1;
clearKnownEntries() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.Builder
This is the sum of known commands + notifications
clearMessage() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage.Builder
Contains a concise error message, e.g.
clearMessage() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Failure.Builder
Contains a concise error message, e.g.
clearName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage.Builder
string name = 12;
clearName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage.Builder
string name = 12;
clearName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearAllStateCommandMessage.Builder
Entry name
clearName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearStateCommandMessage.Builder
Entry name
clearName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage.Builder
Cannot use the field 'name' here because used above
clearName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage.Builder
string name = 12;
clearName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage.Builder
Entry name
clearName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateKeysCommandMessage.Builder
Entry name
clearName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage.Builder
string name = 12;
clearName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCommandMessage.Builder
string name = 12;
clearName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCommandMessage.Builder
string name = 12;
clearName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCommandMessage.Builder
string name = 12;
clearName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage.Builder
Entry name
clearName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage.Builder
string name = 12;
clearName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage.Builder
Entry name
clearName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCommandMessage.Builder
string name = 12;
clearName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCommandMessage.Builder
string name = 12;
clearName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.Builder
string name = 3;
clearName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SetStateCommandMessage.Builder
Entry name
clearName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage.Builder
string name = 3;
clearName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCommandMessage.Builder
string name = 12;
clearNextRetryDelay() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage.Builder
Delay before executing the next retry, specified as duration in milliseconds.
clearParameter() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage.Builder
bytes parameter = 3;
clearParameter() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage.Builder
bytes parameter = 3;
clearPartialState() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.Builder
bool partial_state = 5;
clearRelatedCommandIndex() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage.Builder
Command that caused the failure.
clearRelatedCommandName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage.Builder
Name of the entry that caused the failure.
clearRelatedCommandType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage.Builder
Command type.
clearResult() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage.Builder
 
clearResult() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage.Builder
 
clearResult() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage.Builder
 
clearResult() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage.Builder
 
clearResult() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage.Builder
 
clearResult() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage.Builder
 
clearResult() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage.Builder
 
clearResult() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage.Builder
 
clearResult() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.Builder
 
clearResult() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage.Builder
 
clearResult() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage.Builder
 
clearResult() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage.Builder
 
clearResult() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage.Builder
 
clearResult() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.Builder
 
clearResult() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage.Builder
 
clearResultCompletionId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage.Builder
uint32 result_completion_id = 11;
clearResultCompletionId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage.Builder
uint32 result_completion_id = 11;
clearResultCompletionId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage.Builder
uint32 result_completion_id = 11;
clearResultCompletionId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage.Builder
uint32 result_completion_id = 11;
clearResultCompletionId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCommandMessage.Builder
uint32 result_completion_id = 11;
clearResultCompletionId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCommandMessage.Builder
uint32 result_completion_id = 11;
clearResultCompletionId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCommandMessage.Builder
uint32 result_completion_id = 11;
clearResultCompletionId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCommandMessage.Builder
uint32 result_completion_id = 11;
clearResultCompletionId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage.Builder
uint32 result_completion_id = 1;
clearResultCompletionId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCommandMessage.Builder
uint32 result_completion_id = 11;
clearResultCompletionId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCommandMessage.Builder
uint32 result_completion_id = 11;
clearRetryCountSinceLastStoredEntry() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.Builder
Retry count since the last stored entry.
clearServiceKey() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTarget.Builder
optional string service_key = 2;
clearServiceName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage.Builder
string service_name = 1;
clearServiceName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTarget.Builder
string service_name = 1;
clearServiceName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage.Builder
string service_name = 1;
clearSignalId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.Builder
uint32 signal_id = 2;
clearSignalId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.Builder
 
clearSignalId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage.Builder
 
clearSignalName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.Builder
string signal_name = 3;
clearStacktrace() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage.Builder
The exception stacktrace, if available.
ClearStateCommandMessage - Enum constant in enum class dev.restate.sdk.core.statemachine.MessageType
 
ClearStateCommandMessage_TYPE - Static variable in enum class dev.restate.sdk.core.statemachine.MessageType
 
clearStateKeys() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCompletionNotificationMessage.Builder
.dev.restate.service.protocol.StateKeys state_keys = 17;
clearStateKeys() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.Builder
.dev.restate.service.protocol.StateKeys state_keys = 17;
clearStateMap() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.Builder
protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
clearTarget() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage.Builder
 
clearTarget() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage.Builder
 
clearTargetInvocationId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.Builder
string target_invocation_id = 1;
clearValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Value value = 5;
clearValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Value value = 5;
clearValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage.Builder
.dev.restate.service.protocol.Value value = 2;
clearValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage.Builder
.dev.restate.service.protocol.Value value = 14;
clearValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateKeysCommandMessage.Builder
.dev.restate.service.protocol.StateKeys value = 14;
clearValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Value value = 5;
clearValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Value value = 5;
clearValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Value value = 5;
clearValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Header.Builder
string value = 2;
clearValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage.Builder
.dev.restate.service.protocol.Value value = 14;
clearValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.Builder
.dev.restate.service.protocol.Value value = 5;
clearValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage.Builder
.dev.restate.service.protocol.Value value = 14;
clearValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Value value = 5;
clearValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage.Builder
bytes value = 14;
clearValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Value value = 5;
clearValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.Builder
.dev.restate.service.protocol.Value value = 5;
clearValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SetStateCommandMessage.Builder
.dev.restate.service.protocol.Value value = 3;
clearValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage.Builder
.dev.restate.service.protocol.Value value = 5;
clearValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.StateEntry.Builder
If value is an empty byte array, then it means the value is empty and not "missing" (e.g.
clearVoid() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Void void = 4;
clearVoid() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage.Builder
.dev.restate.service.protocol.Void void = 13;
clearVoid() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Void void = 4;
clearVoid() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Void void = 4;
clearVoid() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.Builder
.dev.restate.service.protocol.Void void = 4;
clearVoid() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Void void = 4;
clearVoid() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.Builder
.dev.restate.service.protocol.Void void = 4;
clearVoid() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage.Builder
.dev.restate.service.protocol.Void void = 4;
clearVoid() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Void void = 4;
clearWaitingCompletions() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage.Builder
repeated uint32 waiting_completions = 1;
clearWaitingNamedSignals() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage.Builder
repeated string waiting_named_signals = 3;
clearWaitingSignals() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage.Builder
repeated uint32 waiting_signals = 2;
clearWakeUpTime() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCommandMessage.Builder
Wake up time.
clearWorkflowKey() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.WorkflowTarget.Builder
string workflow_key = 2;
clearWorkflowName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.WorkflowTarget.Builder
string workflow_name = 1;
clearWorkflowTarget() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage.Builder
Target workflow target
clearWorkflowTarget() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage.Builder
Target workflow target
CLOSED - Enum constant in enum class dev.restate.sdk.core.statemachine.InvocationState
 
closedWhileWaitingEntries() - Static method in exception dev.restate.sdk.core.ProtocolException
 
CODE_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage
 
CODE_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.Failure
 
COMMAND_INDEX_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.CommandAckMessage
 
commandClassDoesNotMatch(Class<? extends MessageLite>, MessageLite) - Static method in exception dev.restate.sdk.core.ProtocolException
 
commandDoesNotMatch(MessageLite, MessageLite) - Static method in exception dev.restate.sdk.core.ProtocolException
 
commandMissingField(Class<?>, String) - Static method in exception dev.restate.sdk.core.ProtocolException
 
commandsToProcessIsEmpty() - Static method in exception dev.restate.sdk.core.ProtocolException
 
completeAwakeable(String, Slice) - Method in interface dev.restate.sdk.core.statemachine.StateMachine
 
completeAwakeable(String, TerminalException) - Method in interface dev.restate.sdk.core.statemachine.StateMachine
 
CompleteAwakeableCommandMessage - Enum constant in enum class dev.restate.sdk.core.statemachine.MessageType
 
CompleteAwakeableCommandMessage_TYPE - Static variable in enum class dev.restate.sdk.core.statemachine.MessageType
 
CompletePromiseCommandMessage - Enum constant in enum class dev.restate.sdk.core.statemachine.MessageType
 
CompletePromiseCommandMessage_TYPE - Static variable in enum class dev.restate.sdk.core.statemachine.MessageType
 
CompletePromiseCompletionNotificationMessage - Enum constant in enum class dev.restate.sdk.core.statemachine.MessageType
 
CompletePromiseCompletionNotificationMessage_TYPE - Static variable in enum class dev.restate.sdk.core.statemachine.MessageType
 
completeSignal(String, String, Slice) - Method in interface dev.restate.sdk.core.statemachine.StateMachine
 
completeSignal(String, String, TerminalException) - Method in interface dev.restate.sdk.core.statemachine.StateMachine
 
COMPLETION_FAILURE - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage.CompletionCase
 
COMPLETION_FAILURE_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage
 
COMPLETION_ID - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.IdCase
 
COMPLETION_ID_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage
 
COMPLETION_ID_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage
 
COMPLETION_ID_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.CallInvocationIdCompletionNotificationMessage
 
COMPLETION_ID_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage
 
COMPLETION_ID_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage
 
COMPLETION_ID_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage
 
COMPLETION_ID_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCompletionNotificationMessage
 
COMPLETION_ID_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage
 
COMPLETION_ID_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate
 
COMPLETION_ID_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage
 
COMPLETION_ID_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage
 
COMPLETION_ID_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCompletionNotificationMessage
 
COMPLETION_NOT_SET - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage.CompletionCase
 
COMPLETION_VALUE - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage.CompletionCase
 
COMPLETION_VALUE_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage
 
CompletionId(int) - Constructor for record class dev.restate.sdk.core.statemachine.NotificationId.CompletionId
Creates an instance of a CompletionId record class.
containsSuspendedException(Throwable) - Static method in class dev.restate.sdk.core.ExceptionUtils
 
CONTENT_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.Value
 
createSignalHandle(String) - Method in interface dev.restate.sdk.core.statemachine.StateMachine
 

D

DEBUG_ID_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage
 
decode(short) - Static method in enum class dev.restate.sdk.core.statemachine.MessageType
 
dev.restate.sdk.core - package dev.restate.sdk.core
 
dev.restate.sdk.core.generated.discovery - package dev.restate.sdk.core.generated.discovery
 
dev.restate.sdk.core.generated.manifest - package dev.restate.sdk.core.generated.manifest
 
dev.restate.sdk.core.generated.protocol - package dev.restate.sdk.core.generated.protocol
 
dev.restate.sdk.core.statemachine - package dev.restate.sdk.core.statemachine
 
Discovery - Class in dev.restate.sdk.core.generated.discovery
 
Discovery.ServiceDiscoveryProtocolVersion - Enum Class in dev.restate.sdk.core.generated.discovery
Service discovery protocol version.
doProgress(List<Integer>) - Method in interface dev.restate.sdk.core.statemachine.StateMachine
 
DURATION_SINCE_LAST_STORED_ENTRY_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage
 

E

Empty() - Constructor for record class dev.restate.sdk.core.statemachine.NotificationValue.Empty
Creates an instance of a Empty record class.
encode() - Method in class dev.restate.sdk.core.statemachine.MessageHeader
 
encode() - Method in enum class dev.restate.sdk.core.statemachine.MessageType
 
end() - Method in interface dev.restate.sdk.core.statemachine.StateMachine
 
EndMessage - Enum constant in enum class dev.restate.sdk.core.statemachine.MessageType
 
EndMessage_TYPE - Static variable in enum class dev.restate.sdk.core.statemachine.MessageType
 
EndpointManifestSchema - Class in dev.restate.sdk.core.generated.manifest
Endpoint
EndpointManifestSchema() - Constructor for class dev.restate.sdk.core.generated.manifest.EndpointManifestSchema
 
EndpointManifestSchema.ProtocolMode - Enum Class in dev.restate.sdk.core.generated.manifest
ProtocolMode
EndpointRequestHandler - Class in dev.restate.sdk.core
 
EndpointRequestHandler.LoggingContextSetter - Interface in dev.restate.sdk.core
Interface to abstract setting the logging context variables.
ENTRY_NAME_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage
 
equals(Object) - Method in class dev.restate.sdk.core.generated.manifest.EndpointManifestSchema
 
equals(Object) - Method in class dev.restate.sdk.core.generated.manifest.Handler
 
equals(Object) - Method in class dev.restate.sdk.core.generated.manifest.Input
 
equals(Object) - Method in class dev.restate.sdk.core.generated.manifest.Metadata__1
 
equals(Object) - Method in class dev.restate.sdk.core.generated.manifest.Metadata
 
equals(Object) - Method in class dev.restate.sdk.core.generated.manifest.Output
 
equals(Object) - Method in class dev.restate.sdk.core.generated.manifest.Service
 
equals(Object) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage
 
equals(Object) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage
 
equals(Object) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage
 
equals(Object) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage
 
equals(Object) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallInvocationIdCompletionNotificationMessage
 
equals(Object) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearAllStateCommandMessage
 
equals(Object) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearStateCommandMessage
 
equals(Object) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CommandAckMessage
 
equals(Object) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage
 
equals(Object) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage
 
equals(Object) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage
 
equals(Object) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.EndMessage
 
equals(Object) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage
 
equals(Object) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Failure
 
equals(Object) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage
 
equals(Object) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateKeysCommandMessage
 
equals(Object) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage
 
equals(Object) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage
 
equals(Object) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCommandMessage
 
equals(Object) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage
 
equals(Object) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCommandMessage
 
equals(Object) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCompletionNotificationMessage
 
equals(Object) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCommandMessage
 
equals(Object) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage
 
equals(Object) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Header
 
equals(Object) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTarget
 
equals(Object) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage
 
equals(Object) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate
 
equals(Object) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage
 
equals(Object) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage
 
equals(Object) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCommandMessage
 
equals(Object) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage
 
equals(Object) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage
 
equals(Object) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCommandMessage
 
equals(Object) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage
 
equals(Object) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage
 
equals(Object) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SetStateCommandMessage
 
equals(Object) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage
 
equals(Object) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCommandMessage
 
equals(Object) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCompletionNotificationMessage
 
equals(Object) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage
 
equals(Object) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.StateEntry
 
equals(Object) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StateKeys
 
equals(Object) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage
 
equals(Object) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Value
 
equals(Object) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Void
 
equals(Object) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.WorkflowTarget
 
equals(Object) - Method in record class dev.restate.sdk.core.statemachine.NotificationId.CompletionId
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class dev.restate.sdk.core.statemachine.NotificationId.SignalId
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class dev.restate.sdk.core.statemachine.NotificationId.SignalName
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class dev.restate.sdk.core.statemachine.NotificationValue.Empty
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class dev.restate.sdk.core.statemachine.NotificationValue.Failure
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class dev.restate.sdk.core.statemachine.NotificationValue.InvocationId
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class dev.restate.sdk.core.statemachine.NotificationValue.StateKeys
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class dev.restate.sdk.core.statemachine.NotificationValue.Success
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class dev.restate.sdk.core.statemachine.StateMachine.Awakeable
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class dev.restate.sdk.core.statemachine.StateMachine.CallHandle
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class dev.restate.sdk.core.statemachine.StateMachine.DoProgressResponse.AnyCompleted
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class dev.restate.sdk.core.statemachine.StateMachine.DoProgressResponse.ExecuteRun
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class dev.restate.sdk.core.statemachine.StateMachine.DoProgressResponse.ReadFromInput
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class dev.restate.sdk.core.statemachine.StateMachine.DoProgressResponse.WaitingPendingRun
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class dev.restate.sdk.core.statemachine.StateMachine.Input
Indicates whether some other object is "equal to" this one.
ErrorMessage - Enum constant in enum class dev.restate.sdk.core.statemachine.MessageType
 
ErrorMessage_TYPE - Static variable in enum class dev.restate.sdk.core.statemachine.MessageType
 
exception() - Method in record class dev.restate.sdk.core.statemachine.NotificationValue.Failure
Returns the value of the exception record component.
ExceptionUtils - Class in dev.restate.sdk.core
 
EXCLUSIVE - Enum constant in enum class dev.restate.sdk.core.generated.manifest.Handler.Ty
 
ExecuteRun(int) - Constructor for record class dev.restate.sdk.core.statemachine.StateMachine.DoProgressResponse.ExecuteRun
Creates an instance of a ExecuteRun record class.

F

Failure(TerminalException) - Constructor for record class dev.restate.sdk.core.statemachine.NotificationValue.Failure
Creates an instance of a Failure record class.
FAILURE - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage.ResultCase
 
FAILURE - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage.ResultCase
 
FAILURE - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage.ResultCase
 
FAILURE - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage.ResultCase
 
FAILURE - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage.ResultCase
 
FAILURE - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage.ResultCase
 
FAILURE - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.ResultCase
 
FAILURE - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage.ResultCase
 
FAILURE - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage.ResultCase
 
FAILURE - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage.ResultCase
 
FAILURE - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage.ResultCase
 
FAILURE - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.ResultCase
 
FAILURE - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage.ResultCase
 
FAILURE_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage
 
FAILURE_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage
 
FAILURE_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage
 
FAILURE_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage
 
FAILURE_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage
 
FAILURE_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage
 
FAILURE_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate
 
FAILURE_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage
 
FAILURE_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage
 
FAILURE_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage
 
FAILURE_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage
 
FAILURE_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage
 
FAILURE_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage
 
findProtocolException(Throwable) - Static method in class dev.restate.sdk.core.ExceptionUtils
 
forBidiStream(Endpoint) - Static method in class dev.restate.sdk.core.EndpointRequestHandler
 
forNumber(int) - Static method in enum class dev.restate.sdk.core.generated.discovery.Discovery.ServiceDiscoveryProtocolVersion
 
forNumber(int) - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage.TargetCase
 
forNumber(int) - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage.ResultCase
 
forNumber(int) - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.BuiltInSignal
 
forNumber(int) - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage.ResultCase
 
forNumber(int) - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage.ResultCase
 
forNumber(int) - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage.CompletionCase
 
forNumber(int) - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage.ResultCase
 
forNumber(int) - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage.ResultCase
 
forNumber(int) - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage.TargetCase
 
forNumber(int) - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage.ResultCase
 
forNumber(int) - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage.ResultCase
 
forNumber(int) - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage.ResultCase
 
forNumber(int) - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.IdCase
 
forNumber(int) - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.ResultCase
 
forNumber(int) - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage.ResultCase
 
forNumber(int) - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage.ResultCase
 
forNumber(int) - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage.ResultCase
 
forNumber(int) - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage.ResultCase
 
forNumber(int) - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.ResultCase
 
forNumber(int) - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.SignalIdCase
 
forNumber(int) - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.ServiceProtocolVersion
 
forNumber(int) - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage.ResultCase
 
forNumber(int) - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage.SignalIdCase
 
forRequestResponse(Endpoint) - Static method in class dev.restate.sdk.core.EndpointRequestHandler
 
fromMessage(MessageLite) - Static method in class dev.restate.sdk.core.statemachine.MessageHeader
 
fromMessage(MessageLite) - Static method in enum class dev.restate.sdk.core.statemachine.MessageType
 
fromValue(String) - Static method in enum class dev.restate.sdk.core.generated.manifest.EndpointManifestSchema.ProtocolMode
 
fromValue(String) - Static method in enum class dev.restate.sdk.core.generated.manifest.Handler.Ty
 
fromValue(String) - Static method in enum class dev.restate.sdk.core.generated.manifest.Service.Ty
 

G

getAdditionalProperties() - Method in class dev.restate.sdk.core.generated.manifest.Metadata__1
 
getAdditionalProperties() - Method in class dev.restate.sdk.core.generated.manifest.Metadata
 
getAwakeableId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage.Builder
string awakeable_id = 1;
getAwakeableId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage
string awakeable_id = 1;
getAwakeableId() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessageOrBuilder
string awakeable_id = 1;
getAwakeableIdBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage.Builder
string awakeable_id = 1;
getAwakeableIdBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage
string awakeable_id = 1;
getAwakeableIdBytes() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessageOrBuilder
string awakeable_id = 1;
getCode() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage.Builder
The code can be any HTTP status code, as described https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml.
getCode() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage
The code can be any HTTP status code, as described https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml.
getCode() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessageOrBuilder
The code can be any HTTP status code, as described https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml.
getCode() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Failure.Builder
The code can be any HTTP status code, as described https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml.
getCode() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Failure
The code can be any HTTP status code, as described https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml.
getCode() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.FailureOrBuilder
The code can be any HTTP status code, as described https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml.
getCode() - Method in exception dev.restate.sdk.core.ProtocolException
 
getCommandIndex() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CommandAckMessage.Builder
uint32 command_index = 1;
getCommandIndex() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CommandAckMessage
uint32 command_index = 1;
getCommandIndex() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.CommandAckMessageOrBuilder
uint32 command_index = 1;
getCompletionCase() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage.Builder
 
getCompletionCase() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage
 
getCompletionCase() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessageOrBuilder
 
getCompletionFailure() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage.Builder
.dev.restate.service.protocol.Failure completion_failure = 3;
getCompletionFailure() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage
.dev.restate.service.protocol.Failure completion_failure = 3;
getCompletionFailure() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessageOrBuilder
.dev.restate.service.protocol.Failure completion_failure = 3;
getCompletionFailureBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage.Builder
.dev.restate.service.protocol.Failure completion_failure = 3;
getCompletionFailureOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage.Builder
.dev.restate.service.protocol.Failure completion_failure = 3;
getCompletionFailureOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage
.dev.restate.service.protocol.Failure completion_failure = 3;
getCompletionFailureOrBuilder() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessageOrBuilder
.dev.restate.service.protocol.Failure completion_failure = 3;
getCompletionId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage.Builder
uint32 completion_id = 1;
getCompletionId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage
uint32 completion_id = 1;
getCompletionId() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessageOrBuilder
uint32 completion_id = 1;
getCompletionId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage.Builder
uint32 completion_id = 1;
getCompletionId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage
uint32 completion_id = 1;
getCompletionId() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessageOrBuilder
uint32 completion_id = 1;
getCompletionId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallInvocationIdCompletionNotificationMessage.Builder
uint32 completion_id = 1;
getCompletionId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallInvocationIdCompletionNotificationMessage
uint32 completion_id = 1;
getCompletionId() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.CallInvocationIdCompletionNotificationMessageOrBuilder
uint32 completion_id = 1;
getCompletionId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage.Builder
uint32 completion_id = 1;
getCompletionId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage
uint32 completion_id = 1;
getCompletionId() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessageOrBuilder
uint32 completion_id = 1;
getCompletionId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage.Builder
uint32 completion_id = 1;
getCompletionId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage
uint32 completion_id = 1;
getCompletionId() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessageOrBuilder
uint32 completion_id = 1;
getCompletionId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage.Builder
uint32 completion_id = 1;
getCompletionId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage
uint32 completion_id = 1;
getCompletionId() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessageOrBuilder
uint32 completion_id = 1;
getCompletionId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCompletionNotificationMessage.Builder
uint32 completion_id = 1;
getCompletionId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCompletionNotificationMessage
uint32 completion_id = 1;
getCompletionId() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCompletionNotificationMessageOrBuilder
uint32 completion_id = 1;
getCompletionId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage.Builder
uint32 completion_id = 1;
getCompletionId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage
uint32 completion_id = 1;
getCompletionId() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessageOrBuilder
uint32 completion_id = 1;
getCompletionId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.Builder
uint32 completion_id = 1;
getCompletionId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate
uint32 completion_id = 1;
getCompletionId() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplateOrBuilder
uint32 completion_id = 1;
getCompletionId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage.Builder
uint32 completion_id = 1;
getCompletionId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage
uint32 completion_id = 1;
getCompletionId() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessageOrBuilder
uint32 completion_id = 1;
getCompletionId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage.Builder
uint32 completion_id = 1;
getCompletionId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage
uint32 completion_id = 1;
getCompletionId() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessageOrBuilder
uint32 completion_id = 1;
getCompletionId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCompletionNotificationMessage.Builder
uint32 completion_id = 1;
getCompletionId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCompletionNotificationMessage
uint32 completion_id = 1;
getCompletionId() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.SleepCompletionNotificationMessageOrBuilder
uint32 completion_id = 1;
getCompletionValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage.Builder
.dev.restate.service.protocol.Value completion_value = 2;
getCompletionValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage
.dev.restate.service.protocol.Value completion_value = 2;
getCompletionValue() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessageOrBuilder
.dev.restate.service.protocol.Value completion_value = 2;
getCompletionValueBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage.Builder
.dev.restate.service.protocol.Value completion_value = 2;
getCompletionValueOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage.Builder
.dev.restate.service.protocol.Value completion_value = 2;
getCompletionValueOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage
.dev.restate.service.protocol.Value completion_value = 2;
getCompletionValueOrBuilder() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessageOrBuilder
.dev.restate.service.protocol.Value completion_value = 2;
getContent() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Value.Builder
bytes content = 1;
getContent() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Value
bytes content = 1;
getContent() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.ValueOrBuilder
bytes content = 1;
getContentType() - Method in class dev.restate.sdk.core.generated.manifest.Input
Content type of the input.
getContentType() - Method in class dev.restate.sdk.core.generated.manifest.Output
Content type set on output.
getDebugId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.Builder
Invocation id that can be used for logging.
getDebugId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage
Invocation id that can be used for logging.
getDebugId() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.StartMessageOrBuilder
Invocation id that can be used for logging.
getDebugIdBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.Builder
Invocation id that can be used for logging.
getDebugIdBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage
Invocation id that can be used for logging.
getDebugIdBytes() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.StartMessageOrBuilder
Invocation id that can be used for logging.
getDefaultInstance() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage
 
getDefaultInstance() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage
 
getDefaultInstance() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage
 
getDefaultInstance() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage
 
getDefaultInstance() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CallInvocationIdCompletionNotificationMessage
 
getDefaultInstance() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearAllStateCommandMessage
 
getDefaultInstance() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearStateCommandMessage
 
getDefaultInstance() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CommandAckMessage
 
getDefaultInstance() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage
 
getDefaultInstance() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage
 
getDefaultInstance() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage
 
getDefaultInstance() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.EndMessage
 
getDefaultInstance() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage
 
getDefaultInstance() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.Failure
 
getDefaultInstance() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage
 
getDefaultInstance() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateKeysCommandMessage
 
getDefaultInstance() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage
 
getDefaultInstance() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage
 
getDefaultInstance() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCommandMessage
 
getDefaultInstance() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage
 
getDefaultInstance() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCommandMessage
 
getDefaultInstance() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCompletionNotificationMessage
 
getDefaultInstance() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCommandMessage
 
getDefaultInstance() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage
 
getDefaultInstance() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.Header
 
getDefaultInstance() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTarget
 
getDefaultInstance() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage
 
getDefaultInstance() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate
 
getDefaultInstance() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage
 
getDefaultInstance() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage
 
getDefaultInstance() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCommandMessage
 
getDefaultInstance() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage
 
getDefaultInstance() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage
 
getDefaultInstance() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCommandMessage
 
getDefaultInstance() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage
 
getDefaultInstance() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage
 
getDefaultInstance() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SetStateCommandMessage
 
getDefaultInstance() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage
 
getDefaultInstance() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCommandMessage
 
getDefaultInstance() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCompletionNotificationMessage
 
getDefaultInstance() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage
 
getDefaultInstance() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.StateEntry
 
getDefaultInstance() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.StateKeys
 
getDefaultInstance() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage
 
getDefaultInstance() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.Value
 
getDefaultInstance() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.Void
 
getDefaultInstance() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.WorkflowTarget
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage.Builder
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage.Builder
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage.Builder
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage.Builder
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallInvocationIdCompletionNotificationMessage.Builder
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallInvocationIdCompletionNotificationMessage
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearAllStateCommandMessage.Builder
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearAllStateCommandMessage
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearStateCommandMessage.Builder
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearStateCommandMessage
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CommandAckMessage.Builder
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CommandAckMessage
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage.Builder
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage.Builder
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage.Builder
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.EndMessage.Builder
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.EndMessage
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage.Builder
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Failure.Builder
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Failure
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage.Builder
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateKeysCommandMessage.Builder
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateKeysCommandMessage
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage.Builder
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage.Builder
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCommandMessage.Builder
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCommandMessage
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage.Builder
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCommandMessage.Builder
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCommandMessage
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCompletionNotificationMessage.Builder
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCompletionNotificationMessage
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCommandMessage.Builder
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCommandMessage
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage.Builder
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Header.Builder
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Header
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTarget.Builder
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTarget
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage.Builder
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.Builder
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage.Builder
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage.Builder
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCommandMessage.Builder
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCommandMessage
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage.Builder
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage.Builder
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCommandMessage.Builder
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCommandMessage
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage.Builder
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.Builder
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SetStateCommandMessage.Builder
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SetStateCommandMessage
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage.Builder
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCommandMessage.Builder
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCommandMessage
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCompletionNotificationMessage.Builder
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCompletionNotificationMessage
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.Builder
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.StateEntry.Builder
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.StateEntry
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StateKeys.Builder
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StateKeys
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage.Builder
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Value.Builder
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Value
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Void.Builder
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Void
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.WorkflowTarget.Builder
 
getDefaultInstanceForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.WorkflowTarget
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.discovery.Discovery
 
getDescriptor() - Static method in enum class dev.restate.sdk.core.generated.discovery.Discovery.ServiceDiscoveryProtocolVersion
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage.Builder
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage.Builder
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage
 
getDescriptor() - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.BuiltInSignal
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage.Builder
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage.Builder
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CallInvocationIdCompletionNotificationMessage.Builder
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CallInvocationIdCompletionNotificationMessage
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearAllStateCommandMessage.Builder
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearAllStateCommandMessage
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearStateCommandMessage.Builder
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearStateCommandMessage
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CommandAckMessage.Builder
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CommandAckMessage
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage.Builder
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage.Builder
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage.Builder
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.EndMessage.Builder
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.EndMessage
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage.Builder
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.Failure.Builder
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.Failure
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage.Builder
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateKeysCommandMessage.Builder
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateKeysCommandMessage
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage.Builder
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage.Builder
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCommandMessage.Builder
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCommandMessage
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage.Builder
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCommandMessage.Builder
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCommandMessage
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCompletionNotificationMessage.Builder
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCompletionNotificationMessage
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCommandMessage.Builder
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCommandMessage
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage.Builder
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.Header.Builder
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.Header
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTarget.Builder
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTarget
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage.Builder
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.Builder
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage.Builder
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage.Builder
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCommandMessage.Builder
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCommandMessage
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage.Builder
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage.Builder
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCommandMessage.Builder
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCommandMessage
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage.Builder
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.Builder
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage
 
getDescriptor() - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.ServiceProtocolVersion
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SetStateCommandMessage.Builder
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SetStateCommandMessage
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage.Builder
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCommandMessage.Builder
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCommandMessage
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCompletionNotificationMessage.Builder
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCompletionNotificationMessage
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.Builder
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.StateEntry.Builder
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.StateEntry
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.StateKeys.Builder
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.StateKeys
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage.Builder
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.Value.Builder
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.Value
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.Void.Builder
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.Void
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.WorkflowTarget.Builder
 
getDescriptor() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.WorkflowTarget
 
getDescriptorForType() - Method in enum class dev.restate.sdk.core.generated.discovery.Discovery.ServiceDiscoveryProtocolVersion
 
getDescriptorForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage.Builder
 
getDescriptorForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage.Builder
 
getDescriptorForType() - Method in enum class dev.restate.sdk.core.generated.protocol.Protocol.BuiltInSignal
 
getDescriptorForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage.Builder
 
getDescriptorForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage.Builder
 
getDescriptorForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallInvocationIdCompletionNotificationMessage.Builder
 
getDescriptorForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearAllStateCommandMessage.Builder
 
getDescriptorForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearStateCommandMessage.Builder
 
getDescriptorForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CommandAckMessage.Builder
 
getDescriptorForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage.Builder
 
getDescriptorForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage.Builder
 
getDescriptorForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage.Builder
 
getDescriptorForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.EndMessage.Builder
 
getDescriptorForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage.Builder
 
getDescriptorForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Failure.Builder
 
getDescriptorForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage.Builder
 
getDescriptorForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateKeysCommandMessage.Builder
 
getDescriptorForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage.Builder
 
getDescriptorForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage.Builder
 
getDescriptorForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCommandMessage.Builder
 
getDescriptorForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage.Builder
 
getDescriptorForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCommandMessage.Builder
 
getDescriptorForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCompletionNotificationMessage.Builder
 
getDescriptorForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCommandMessage.Builder
 
getDescriptorForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage.Builder
 
getDescriptorForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Header.Builder
 
getDescriptorForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTarget.Builder
 
getDescriptorForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage.Builder
 
getDescriptorForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.Builder
 
getDescriptorForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage.Builder
 
getDescriptorForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage.Builder
 
getDescriptorForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCommandMessage.Builder
 
getDescriptorForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage.Builder
 
getDescriptorForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage.Builder
 
getDescriptorForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCommandMessage.Builder
 
getDescriptorForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage.Builder
 
getDescriptorForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.Builder
 
getDescriptorForType() - Method in enum class dev.restate.sdk.core.generated.protocol.Protocol.ServiceProtocolVersion
 
getDescriptorForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SetStateCommandMessage.Builder
 
getDescriptorForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage.Builder
 
getDescriptorForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCommandMessage.Builder
 
getDescriptorForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCompletionNotificationMessage.Builder
 
getDescriptorForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.Builder
 
getDescriptorForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.StateEntry.Builder
 
getDescriptorForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StateKeys.Builder
 
getDescriptorForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage.Builder
 
getDescriptorForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Value.Builder
 
getDescriptorForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Void.Builder
 
getDescriptorForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.WorkflowTarget.Builder
 
getDocumentation() - Method in class dev.restate.sdk.core.generated.manifest.Handler
Documentation for this handler definition.
getDocumentation() - Method in class dev.restate.sdk.core.generated.manifest.Service
Documentation for this service definition.
getDurationSinceLastStoredEntry() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.Builder
Duration since the last stored entry, in milliseconds.
getDurationSinceLastStoredEntry() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage
Duration since the last stored entry, in milliseconds.
getDurationSinceLastStoredEntry() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.StartMessageOrBuilder
Duration since the last stored entry, in milliseconds.
GetEagerStateCommandMessage - Enum constant in enum class dev.restate.sdk.core.statemachine.MessageType
 
GetEagerStateCommandMessage_TYPE - Static variable in enum class dev.restate.sdk.core.statemachine.MessageType
 
GetEagerStateKeysCommandMessage - Enum constant in enum class dev.restate.sdk.core.statemachine.MessageType
 
GetEagerStateKeysCommandMessage_TYPE - Static variable in enum class dev.restate.sdk.core.statemachine.MessageType
 
getEntryName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.Builder
Cannot use the field 'name' here because used above
getEntryName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage
Cannot use the field 'name' here because used above
getEntryName() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessageOrBuilder
Cannot use the field 'name' here because used above
getEntryNameBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.Builder
Cannot use the field 'name' here because used above
getEntryNameBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage
Cannot use the field 'name' here because used above
getEntryNameBytes() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessageOrBuilder
Cannot use the field 'name' here because used above
getFailure() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Failure failure = 6;
getFailure() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage
.dev.restate.service.protocol.Failure failure = 6;
getFailure() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessageOrBuilder
.dev.restate.service.protocol.Failure failure = 6;
getFailure() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Failure failure = 6;
getFailure() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage
.dev.restate.service.protocol.Failure failure = 6;
getFailure() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessageOrBuilder
.dev.restate.service.protocol.Failure failure = 6;
getFailure() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage.Builder
.dev.restate.service.protocol.Failure failure = 3;
getFailure() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage
.dev.restate.service.protocol.Failure failure = 3;
getFailure() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessageOrBuilder
.dev.restate.service.protocol.Failure failure = 3;
getFailure() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Failure failure = 6;
getFailure() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage
.dev.restate.service.protocol.Failure failure = 6;
getFailure() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessageOrBuilder
.dev.restate.service.protocol.Failure failure = 6;
getFailure() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Failure failure = 6;
getFailure() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage
.dev.restate.service.protocol.Failure failure = 6;
getFailure() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessageOrBuilder
.dev.restate.service.protocol.Failure failure = 6;
getFailure() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Failure failure = 6;
getFailure() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage
.dev.restate.service.protocol.Failure failure = 6;
getFailure() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessageOrBuilder
.dev.restate.service.protocol.Failure failure = 6;
getFailure() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.Builder
.dev.restate.service.protocol.Failure failure = 6;
getFailure() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate
.dev.restate.service.protocol.Failure failure = 6;
getFailure() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplateOrBuilder
.dev.restate.service.protocol.Failure failure = 6;
getFailure() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage.Builder
.dev.restate.service.protocol.Failure failure = 15;
getFailure() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage
.dev.restate.service.protocol.Failure failure = 15;
getFailure() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessageOrBuilder
.dev.restate.service.protocol.Failure failure = 15;
getFailure() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Failure failure = 6;
getFailure() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage
.dev.restate.service.protocol.Failure failure = 6;
getFailure() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessageOrBuilder
.dev.restate.service.protocol.Failure failure = 6;
getFailure() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage.Builder
.dev.restate.service.protocol.Failure failure = 15;
getFailure() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage
.dev.restate.service.protocol.Failure failure = 15;
getFailure() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessageOrBuilder
.dev.restate.service.protocol.Failure failure = 15;
getFailure() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Failure failure = 6;
getFailure() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage
.dev.restate.service.protocol.Failure failure = 6;
getFailure() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessageOrBuilder
.dev.restate.service.protocol.Failure failure = 6;
getFailure() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.Builder
.dev.restate.service.protocol.Failure failure = 6;
getFailure() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage
.dev.restate.service.protocol.Failure failure = 6;
getFailure() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessageOrBuilder
.dev.restate.service.protocol.Failure failure = 6;
getFailure() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage.Builder
.dev.restate.service.protocol.Failure failure = 6;
getFailure() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage
.dev.restate.service.protocol.Failure failure = 6;
getFailure() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessageOrBuilder
.dev.restate.service.protocol.Failure failure = 6;
getFailureBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Failure failure = 6;
getFailureBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Failure failure = 6;
getFailureBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage.Builder
.dev.restate.service.protocol.Failure failure = 3;
getFailureBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Failure failure = 6;
getFailureBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Failure failure = 6;
getFailureBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Failure failure = 6;
getFailureBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.Builder
.dev.restate.service.protocol.Failure failure = 6;
getFailureBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage.Builder
.dev.restate.service.protocol.Failure failure = 15;
getFailureBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Failure failure = 6;
getFailureBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage.Builder
.dev.restate.service.protocol.Failure failure = 15;
getFailureBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Failure failure = 6;
getFailureBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.Builder
.dev.restate.service.protocol.Failure failure = 6;
getFailureBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage.Builder
.dev.restate.service.protocol.Failure failure = 6;
getFailureOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Failure failure = 6;
getFailureOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage
.dev.restate.service.protocol.Failure failure = 6;
getFailureOrBuilder() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessageOrBuilder
.dev.restate.service.protocol.Failure failure = 6;
getFailureOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Failure failure = 6;
getFailureOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage
.dev.restate.service.protocol.Failure failure = 6;
getFailureOrBuilder() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessageOrBuilder
.dev.restate.service.protocol.Failure failure = 6;
getFailureOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage.Builder
.dev.restate.service.protocol.Failure failure = 3;
getFailureOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage
.dev.restate.service.protocol.Failure failure = 3;
getFailureOrBuilder() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessageOrBuilder
.dev.restate.service.protocol.Failure failure = 3;
getFailureOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Failure failure = 6;
getFailureOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage
.dev.restate.service.protocol.Failure failure = 6;
getFailureOrBuilder() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessageOrBuilder
.dev.restate.service.protocol.Failure failure = 6;
getFailureOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Failure failure = 6;
getFailureOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage
.dev.restate.service.protocol.Failure failure = 6;
getFailureOrBuilder() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessageOrBuilder
.dev.restate.service.protocol.Failure failure = 6;
getFailureOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Failure failure = 6;
getFailureOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage
.dev.restate.service.protocol.Failure failure = 6;
getFailureOrBuilder() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessageOrBuilder
.dev.restate.service.protocol.Failure failure = 6;
getFailureOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.Builder
.dev.restate.service.protocol.Failure failure = 6;
getFailureOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate
.dev.restate.service.protocol.Failure failure = 6;
getFailureOrBuilder() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplateOrBuilder
.dev.restate.service.protocol.Failure failure = 6;
getFailureOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage.Builder
.dev.restate.service.protocol.Failure failure = 15;
getFailureOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage
.dev.restate.service.protocol.Failure failure = 15;
getFailureOrBuilder() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessageOrBuilder
.dev.restate.service.protocol.Failure failure = 15;
getFailureOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Failure failure = 6;
getFailureOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage
.dev.restate.service.protocol.Failure failure = 6;
getFailureOrBuilder() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessageOrBuilder
.dev.restate.service.protocol.Failure failure = 6;
getFailureOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage.Builder
.dev.restate.service.protocol.Failure failure = 15;
getFailureOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage
.dev.restate.service.protocol.Failure failure = 15;
getFailureOrBuilder() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessageOrBuilder
.dev.restate.service.protocol.Failure failure = 15;
getFailureOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Failure failure = 6;
getFailureOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage
.dev.restate.service.protocol.Failure failure = 6;
getFailureOrBuilder() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessageOrBuilder
.dev.restate.service.protocol.Failure failure = 6;
getFailureOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.Builder
.dev.restate.service.protocol.Failure failure = 6;
getFailureOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage
.dev.restate.service.protocol.Failure failure = 6;
getFailureOrBuilder() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessageOrBuilder
.dev.restate.service.protocol.Failure failure = 6;
getFailureOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage.Builder
.dev.restate.service.protocol.Failure failure = 6;
getFailureOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage
.dev.restate.service.protocol.Failure failure = 6;
getFailureOrBuilder() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessageOrBuilder
.dev.restate.service.protocol.Failure failure = 6;
getHandlerName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage.Builder
string handler_name = 2;
getHandlerName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage
string handler_name = 2;
getHandlerName() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessageOrBuilder
string handler_name = 2;
getHandlerName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTarget.Builder
string handler_name = 3;
getHandlerName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTarget
string handler_name = 3;
getHandlerName() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTargetOrBuilder
string handler_name = 3;
getHandlerName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage.Builder
string handler_name = 2;
getHandlerName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage
string handler_name = 2;
getHandlerName() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessageOrBuilder
string handler_name = 2;
getHandlerNameBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage.Builder
string handler_name = 2;
getHandlerNameBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage
string handler_name = 2;
getHandlerNameBytes() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessageOrBuilder
string handler_name = 2;
getHandlerNameBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTarget.Builder
string handler_name = 3;
getHandlerNameBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTarget
string handler_name = 3;
getHandlerNameBytes() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTargetOrBuilder
string handler_name = 3;
getHandlerNameBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage.Builder
string handler_name = 2;
getHandlerNameBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage
string handler_name = 2;
getHandlerNameBytes() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessageOrBuilder
string handler_name = 2;
getHandlers() - Method in class dev.restate.sdk.core.generated.manifest.Service
(Required)
getHeaders(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage.Builder
repeated .dev.restate.service.protocol.Header headers = 4;
getHeaders(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage
repeated .dev.restate.service.protocol.Header headers = 4;
getHeaders(int) - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessageOrBuilder
repeated .dev.restate.service.protocol.Header headers = 4;
getHeaders(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage.Builder
repeated .dev.restate.service.protocol.Header headers = 1;
getHeaders(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage
repeated .dev.restate.service.protocol.Header headers = 1;
getHeaders(int) - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessageOrBuilder
repeated .dev.restate.service.protocol.Header headers = 1;
getHeaders(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage.Builder
repeated .dev.restate.service.protocol.Header headers = 5;
getHeaders(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage
repeated .dev.restate.service.protocol.Header headers = 5;
getHeaders(int) - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessageOrBuilder
repeated .dev.restate.service.protocol.Header headers = 5;
getHeadersBuilder(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage.Builder
repeated .dev.restate.service.protocol.Header headers = 4;
getHeadersBuilder(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage.Builder
repeated .dev.restate.service.protocol.Header headers = 1;
getHeadersBuilder(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage.Builder
repeated .dev.restate.service.protocol.Header headers = 5;
getHeadersBuilderList() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage.Builder
repeated .dev.restate.service.protocol.Header headers = 4;
getHeadersBuilderList() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage.Builder
repeated .dev.restate.service.protocol.Header headers = 1;
getHeadersBuilderList() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage.Builder
repeated .dev.restate.service.protocol.Header headers = 5;
getHeadersCount() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage.Builder
repeated .dev.restate.service.protocol.Header headers = 4;
getHeadersCount() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage
repeated .dev.restate.service.protocol.Header headers = 4;
getHeadersCount() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessageOrBuilder
repeated .dev.restate.service.protocol.Header headers = 4;
getHeadersCount() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage.Builder
repeated .dev.restate.service.protocol.Header headers = 1;
getHeadersCount() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage
repeated .dev.restate.service.protocol.Header headers = 1;
getHeadersCount() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessageOrBuilder
repeated .dev.restate.service.protocol.Header headers = 1;
getHeadersCount() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage.Builder
repeated .dev.restate.service.protocol.Header headers = 5;
getHeadersCount() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage
repeated .dev.restate.service.protocol.Header headers = 5;
getHeadersCount() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessageOrBuilder
repeated .dev.restate.service.protocol.Header headers = 5;
getHeadersList() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage.Builder
repeated .dev.restate.service.protocol.Header headers = 4;
getHeadersList() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage
repeated .dev.restate.service.protocol.Header headers = 4;
getHeadersList() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessageOrBuilder
repeated .dev.restate.service.protocol.Header headers = 4;
getHeadersList() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage.Builder
repeated .dev.restate.service.protocol.Header headers = 1;
getHeadersList() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage
repeated .dev.restate.service.protocol.Header headers = 1;
getHeadersList() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessageOrBuilder
repeated .dev.restate.service.protocol.Header headers = 1;
getHeadersList() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage.Builder
repeated .dev.restate.service.protocol.Header headers = 5;
getHeadersList() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage
repeated .dev.restate.service.protocol.Header headers = 5;
getHeadersList() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessageOrBuilder
repeated .dev.restate.service.protocol.Header headers = 5;
getHeadersOrBuilder(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage.Builder
repeated .dev.restate.service.protocol.Header headers = 4;
getHeadersOrBuilder(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage
repeated .dev.restate.service.protocol.Header headers = 4;
getHeadersOrBuilder(int) - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessageOrBuilder
repeated .dev.restate.service.protocol.Header headers = 4;
getHeadersOrBuilder(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage.Builder
repeated .dev.restate.service.protocol.Header headers = 1;
getHeadersOrBuilder(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage
repeated .dev.restate.service.protocol.Header headers = 1;
getHeadersOrBuilder(int) - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessageOrBuilder
repeated .dev.restate.service.protocol.Header headers = 1;
getHeadersOrBuilder(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage.Builder
repeated .dev.restate.service.protocol.Header headers = 5;
getHeadersOrBuilder(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage
repeated .dev.restate.service.protocol.Header headers = 5;
getHeadersOrBuilder(int) - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessageOrBuilder
repeated .dev.restate.service.protocol.Header headers = 5;
getHeadersOrBuilderList() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage.Builder
repeated .dev.restate.service.protocol.Header headers = 4;
getHeadersOrBuilderList() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage
repeated .dev.restate.service.protocol.Header headers = 4;
getHeadersOrBuilderList() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessageOrBuilder
repeated .dev.restate.service.protocol.Header headers = 4;
getHeadersOrBuilderList() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage.Builder
repeated .dev.restate.service.protocol.Header headers = 1;
getHeadersOrBuilderList() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage
repeated .dev.restate.service.protocol.Header headers = 1;
getHeadersOrBuilderList() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessageOrBuilder
repeated .dev.restate.service.protocol.Header headers = 1;
getHeadersOrBuilderList() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage.Builder
repeated .dev.restate.service.protocol.Header headers = 5;
getHeadersOrBuilderList() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage
repeated .dev.restate.service.protocol.Header headers = 5;
getHeadersOrBuilderList() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessageOrBuilder
repeated .dev.restate.service.protocol.Header headers = 5;
getId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.Builder
Unique id of the invocation.
getId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage
Unique id of the invocation.
getId() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.StartMessageOrBuilder
Unique id of the invocation.
getIdCase() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.Builder
 
getIdCase() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate
 
getIdCase() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplateOrBuilder
 
getIdempotencyKey() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage.Builder
If present, it must be non empty.
getIdempotencyKey() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage
If present, it must be non empty.
getIdempotencyKey() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessageOrBuilder
If present, it must be non empty.
getIdempotencyKey() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTarget.Builder
string idempotency_key = 4;
getIdempotencyKey() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTarget
string idempotency_key = 4;
getIdempotencyKey() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTargetOrBuilder
string idempotency_key = 4;
getIdempotencyKey() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage.Builder
If present, it must be non empty.
getIdempotencyKey() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage
If present, it must be non empty.
getIdempotencyKey() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessageOrBuilder
If present, it must be non empty.
getIdempotencyKeyBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage.Builder
If present, it must be non empty.
getIdempotencyKeyBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage
If present, it must be non empty.
getIdempotencyKeyBytes() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessageOrBuilder
If present, it must be non empty.
getIdempotencyKeyBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTarget.Builder
string idempotency_key = 4;
getIdempotencyKeyBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTarget
string idempotency_key = 4;
getIdempotencyKeyBytes() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTargetOrBuilder
string idempotency_key = 4;
getIdempotencyKeyBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage.Builder
If present, it must be non empty.
getIdempotencyKeyBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage
If present, it must be non empty.
getIdempotencyKeyBytes() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessageOrBuilder
If present, it must be non empty.
getIdempotentRequestTarget() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage.Builder
Target idempotent request
getIdempotentRequestTarget() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage
Target idempotent request
getIdempotentRequestTarget() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessageOrBuilder
Target idempotent request
getIdempotentRequestTarget() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage.Builder
Target idempotent request
getIdempotentRequestTarget() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage
Target idempotent request
getIdempotentRequestTarget() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessageOrBuilder
Target idempotent request
getIdempotentRequestTargetBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage.Builder
Target idempotent request
getIdempotentRequestTargetBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage.Builder
Target idempotent request
getIdempotentRequestTargetOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage.Builder
Target idempotent request
getIdempotentRequestTargetOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage
Target idempotent request
getIdempotentRequestTargetOrBuilder() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessageOrBuilder
Target idempotent request
getIdempotentRequestTargetOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage.Builder
Target idempotent request
getIdempotentRequestTargetOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage
Target idempotent request
getIdempotentRequestTargetOrBuilder() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessageOrBuilder
Target idempotent request
getIdx() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.Builder
uint32 idx = 2;
getIdx() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage
uint32 idx = 2;
getIdx() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessageOrBuilder
uint32 idx = 2;
getIdx() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage.Builder
uint32 idx = 2;
getIdx() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage
uint32 idx = 2;
getIdx() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessageOrBuilder
uint32 idx = 2;
getInput() - Method in class dev.restate.sdk.core.generated.manifest.Handler
InputPayload
getInvocationId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage.Builder
Target invocation id
getInvocationId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage
Target invocation id
getInvocationId() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessageOrBuilder
Target invocation id
getInvocationId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallInvocationIdCompletionNotificationMessage.Builder
string invocation_id = 16;
getInvocationId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallInvocationIdCompletionNotificationMessage
string invocation_id = 16;
getInvocationId() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.CallInvocationIdCompletionNotificationMessageOrBuilder
string invocation_id = 16;
getInvocationId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage.Builder
Target invocation id
getInvocationId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage
Target invocation id
getInvocationId() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessageOrBuilder
Target invocation id
getInvocationId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.Builder
Used by specific commands
getInvocationId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate
Used by specific commands
getInvocationId() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplateOrBuilder
Used by specific commands
getInvocationIdBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage.Builder
Target invocation id
getInvocationIdBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage
Target invocation id
getInvocationIdBytes() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessageOrBuilder
Target invocation id
getInvocationIdBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallInvocationIdCompletionNotificationMessage.Builder
string invocation_id = 16;
getInvocationIdBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallInvocationIdCompletionNotificationMessage
string invocation_id = 16;
getInvocationIdBytes() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.CallInvocationIdCompletionNotificationMessageOrBuilder
string invocation_id = 16;
getInvocationIdBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage.Builder
Target invocation id
getInvocationIdBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage
Target invocation id
getInvocationIdBytes() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessageOrBuilder
Target invocation id
getInvocationIdBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.Builder
Used by specific commands
getInvocationIdBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate
Used by specific commands
getInvocationIdBytes() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplateOrBuilder
Used by specific commands
getInvocationIdNotificationIdx() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage.Builder
uint32 invocation_id_notification_idx = 10;
getInvocationIdNotificationIdx() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage
uint32 invocation_id_notification_idx = 10;
getInvocationIdNotificationIdx() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessageOrBuilder
uint32 invocation_id_notification_idx = 10;
getInvocationIdNotificationIdx() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage.Builder
uint32 invocation_id_notification_idx = 10;
getInvocationIdNotificationIdx() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage
uint32 invocation_id_notification_idx = 10;
getInvocationIdNotificationIdx() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessageOrBuilder
uint32 invocation_id_notification_idx = 10;
getInvocationOutput(String) - Method in interface dev.restate.sdk.core.statemachine.StateMachine
 
GetInvocationOutputCommandMessage - Enum constant in enum class dev.restate.sdk.core.statemachine.MessageType
 
GetInvocationOutputCommandMessage_TYPE - Static variable in enum class dev.restate.sdk.core.statemachine.MessageType
 
GetInvocationOutputCompletionNotificationMessage - Enum constant in enum class dev.restate.sdk.core.statemachine.MessageType
 
GetInvocationOutputCompletionNotificationMessage_TYPE - Static variable in enum class dev.restate.sdk.core.statemachine.MessageType
 
getInvokeTime() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage.Builder
Time when this BackgroundInvoke should be executed.
getInvokeTime() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage
Time when this BackgroundInvoke should be executed.
getInvokeTime() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessageOrBuilder
Time when this BackgroundInvoke should be executed.
getJsonSchema() - Method in class dev.restate.sdk.core.generated.manifest.Input
 
getJsonSchema() - Method in class dev.restate.sdk.core.generated.manifest.Output
 
getKey() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage.Builder
If this invocation has a key associated (e.g.
getKey() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage
If this invocation has a key associated (e.g.
getKey() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessageOrBuilder
If this invocation has a key associated (e.g.
getKey() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearStateCommandMessage.Builder
bytes key = 1;
getKey() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearStateCommandMessage
bytes key = 1;
getKey() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.ClearStateCommandMessageOrBuilder
bytes key = 1;
getKey() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage.Builder
string key = 1;
getKey() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage
string key = 1;
getKey() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessageOrBuilder
string key = 1;
getKey() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage.Builder
bytes key = 1;
getKey() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage
bytes key = 1;
getKey() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessageOrBuilder
bytes key = 1;
getKey() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCommandMessage.Builder
bytes key = 1;
getKey() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCommandMessage
bytes key = 1;
getKey() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCommandMessageOrBuilder
bytes key = 1;
getKey() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCommandMessage.Builder
string key = 1;
getKey() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCommandMessage
string key = 1;
getKey() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCommandMessageOrBuilder
string key = 1;
getKey() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Header.Builder
string key = 1;
getKey() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Header
string key = 1;
getKey() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.HeaderOrBuilder
string key = 1;
getKey() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage.Builder
If this invocation has a key associated (e.g.
getKey() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage
If this invocation has a key associated (e.g.
getKey() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessageOrBuilder
If this invocation has a key associated (e.g.
getKey() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCommandMessage.Builder
string key = 1;
getKey() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCommandMessage
string key = 1;
getKey() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCommandMessageOrBuilder
string key = 1;
getKey() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SetStateCommandMessage.Builder
bytes key = 1;
getKey() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SetStateCommandMessage
bytes key = 1;
getKey() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.SetStateCommandMessageOrBuilder
bytes key = 1;
getKey() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.Builder
If this invocation has a key associated (e.g.
getKey() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage
If this invocation has a key associated (e.g.
getKey() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.StateEntry.Builder
bytes key = 1;
getKey() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.StateEntry
bytes key = 1;
getKey() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.StateEntryOrBuilder
bytes key = 1;
getKey() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.StartMessageOrBuilder
If this invocation has a key associated (e.g.
getKeyBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage.Builder
If this invocation has a key associated (e.g.
getKeyBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage
If this invocation has a key associated (e.g.
getKeyBytes() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessageOrBuilder
If this invocation has a key associated (e.g.
getKeyBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage.Builder
string key = 1;
getKeyBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage
string key = 1;
getKeyBytes() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessageOrBuilder
string key = 1;
getKeyBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCommandMessage.Builder
string key = 1;
getKeyBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCommandMessage
string key = 1;
getKeyBytes() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCommandMessageOrBuilder
string key = 1;
getKeyBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Header.Builder
string key = 1;
getKeyBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Header
string key = 1;
getKeyBytes() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.HeaderOrBuilder
string key = 1;
getKeyBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage.Builder
If this invocation has a key associated (e.g.
getKeyBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage
If this invocation has a key associated (e.g.
getKeyBytes() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessageOrBuilder
If this invocation has a key associated (e.g.
getKeyBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCommandMessage.Builder
string key = 1;
getKeyBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCommandMessage
string key = 1;
getKeyBytes() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCommandMessageOrBuilder
string key = 1;
getKeyBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.Builder
If this invocation has a key associated (e.g.
getKeyBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage
If this invocation has a key associated (e.g.
getKeyBytes() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.StartMessageOrBuilder
If this invocation has a key associated (e.g.
getKeys(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StateKeys.Builder
repeated bytes keys = 1;
getKeys(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StateKeys
repeated bytes keys = 1;
getKeys(int) - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.StateKeysOrBuilder
repeated bytes keys = 1;
getKeysCount() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StateKeys.Builder
repeated bytes keys = 1;
getKeysCount() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StateKeys
repeated bytes keys = 1;
getKeysCount() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.StateKeysOrBuilder
repeated bytes keys = 1;
getKeysList() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StateKeys.Builder
repeated bytes keys = 1;
getKeysList() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StateKeys
repeated bytes keys = 1;
getKeysList() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.StateKeysOrBuilder
repeated bytes keys = 1;
getKnownEntries() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.Builder
This is the sum of known commands + notifications
getKnownEntries() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage
This is the sum of known commands + notifications
getKnownEntries() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.StartMessageOrBuilder
This is the sum of known commands + notifications
GetLazyStateCommandMessage - Enum constant in enum class dev.restate.sdk.core.statemachine.MessageType
 
GetLazyStateCommandMessage_TYPE - Static variable in enum class dev.restate.sdk.core.statemachine.MessageType
 
GetLazyStateCompletionNotificationMessage - Enum constant in enum class dev.restate.sdk.core.statemachine.MessageType
 
GetLazyStateCompletionNotificationMessage_TYPE - Static variable in enum class dev.restate.sdk.core.statemachine.MessageType
 
GetLazyStateKeysCommandMessage - Enum constant in enum class dev.restate.sdk.core.statemachine.MessageType
 
GetLazyStateKeysCommandMessage_TYPE - Static variable in enum class dev.restate.sdk.core.statemachine.MessageType
 
GetLazyStateKeysCompletionNotificationMessage - Enum constant in enum class dev.restate.sdk.core.statemachine.MessageType
 
GetLazyStateKeysCompletionNotificationMessage_TYPE - Static variable in enum class dev.restate.sdk.core.statemachine.MessageType
 
getLength() - Method in class dev.restate.sdk.core.statemachine.MessageHeader
 
getMaxProtocolVersion() - Method in class dev.restate.sdk.core.generated.manifest.EndpointManifestSchema
Maximum supported protocol version (Required)
getMessage() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage.Builder
Contains a concise error message, e.g.
getMessage() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage
Contains a concise error message, e.g.
getMessage() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessageOrBuilder
Contains a concise error message, e.g.
getMessage() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Failure.Builder
Contains a concise error message, e.g.
getMessage() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Failure
Contains a concise error message, e.g.
getMessage() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.FailureOrBuilder
Contains a concise error message, e.g.
getMessageBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage.Builder
Contains a concise error message, e.g.
getMessageBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage
Contains a concise error message, e.g.
getMessageBytes() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessageOrBuilder
Contains a concise error message, e.g.
getMessageBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Failure.Builder
Contains a concise error message, e.g.
getMessageBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Failure
Contains a concise error message, e.g.
getMessageBytes() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.FailureOrBuilder
Contains a concise error message, e.g.
getMetadata() - Method in class dev.restate.sdk.core.generated.manifest.Handler
Custom metadata of this handler definition.
getMetadata() - Method in class dev.restate.sdk.core.generated.manifest.Service
Custom metadata of this service definition.
getMinProtocolVersion() - Method in class dev.restate.sdk.core.generated.manifest.EndpointManifestSchema
Minimum supported protocol version (Required)
getName() - Method in class dev.restate.sdk.core.generated.manifest.Handler
(Required)
getName() - Method in class dev.restate.sdk.core.generated.manifest.Service
(Required)
getName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage.Builder
string name = 12;
getName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage
string name = 12;
getName() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessageOrBuilder
string name = 12;
getName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage.Builder
string name = 12;
getName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage
string name = 12;
getName() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessageOrBuilder
string name = 12;
getName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearAllStateCommandMessage.Builder
Entry name
getName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearAllStateCommandMessage
Entry name
getName() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.ClearAllStateCommandMessageOrBuilder
Entry name
getName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearStateCommandMessage.Builder
Entry name
getName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearStateCommandMessage
Entry name
getName() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.ClearStateCommandMessageOrBuilder
Entry name
getName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage.Builder
Cannot use the field 'name' here because used above
getName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage
Cannot use the field 'name' here because used above
getName() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessageOrBuilder
Cannot use the field 'name' here because used above
getName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage.Builder
string name = 12;
getName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage
string name = 12;
getName() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessageOrBuilder
string name = 12;
getName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage.Builder
Entry name
getName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage
Entry name
getName() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessageOrBuilder
Entry name
getName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateKeysCommandMessage.Builder
Entry name
getName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateKeysCommandMessage
Entry name
getName() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateKeysCommandMessageOrBuilder
Entry name
getName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage.Builder
string name = 12;
getName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage
string name = 12;
getName() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessageOrBuilder
string name = 12;
getName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCommandMessage.Builder
string name = 12;
getName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCommandMessage
string name = 12;
getName() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCommandMessageOrBuilder
string name = 12;
getName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCommandMessage.Builder
string name = 12;
getName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCommandMessage
string name = 12;
getName() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCommandMessageOrBuilder
string name = 12;
getName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCommandMessage.Builder
string name = 12;
getName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCommandMessage
string name = 12;
getName() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCommandMessageOrBuilder
string name = 12;
getName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage.Builder
Entry name
getName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage
Entry name
getName() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessageOrBuilder
Entry name
getName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage.Builder
string name = 12;
getName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage
string name = 12;
getName() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessageOrBuilder
string name = 12;
getName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage.Builder
Entry name
getName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage
Entry name
getName() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessageOrBuilder
Entry name
getName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCommandMessage.Builder
string name = 12;
getName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCommandMessage
string name = 12;
getName() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCommandMessageOrBuilder
string name = 12;
getName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCommandMessage.Builder
string name = 12;
getName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCommandMessage
string name = 12;
getName() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.RunCommandMessageOrBuilder
string name = 12;
getName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.Builder
string name = 3;
getName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage
string name = 3;
getName() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessageOrBuilder
string name = 3;
getName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SetStateCommandMessage.Builder
Entry name
getName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SetStateCommandMessage
Entry name
getName() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.SetStateCommandMessageOrBuilder
Entry name
getName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage.Builder
string name = 3;
getName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage
string name = 3;
getName() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessageOrBuilder
string name = 3;
getName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCommandMessage.Builder
string name = 12;
getName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCommandMessage
string name = 12;
getName() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.SleepCommandMessageOrBuilder
string name = 12;
getNameBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage.Builder
string name = 12;
getNameBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage
string name = 12;
getNameBytes() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessageOrBuilder
string name = 12;
getNameBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage.Builder
string name = 12;
getNameBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage
string name = 12;
getNameBytes() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessageOrBuilder
string name = 12;
getNameBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearAllStateCommandMessage.Builder
Entry name
getNameBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearAllStateCommandMessage
Entry name
getNameBytes() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.ClearAllStateCommandMessageOrBuilder
Entry name
getNameBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearStateCommandMessage.Builder
Entry name
getNameBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearStateCommandMessage
Entry name
getNameBytes() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.ClearStateCommandMessageOrBuilder
Entry name
getNameBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage.Builder
Cannot use the field 'name' here because used above
getNameBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage
Cannot use the field 'name' here because used above
getNameBytes() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessageOrBuilder
Cannot use the field 'name' here because used above
getNameBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage.Builder
string name = 12;
getNameBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage
string name = 12;
getNameBytes() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessageOrBuilder
string name = 12;
getNameBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage.Builder
Entry name
getNameBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage
Entry name
getNameBytes() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessageOrBuilder
Entry name
getNameBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateKeysCommandMessage.Builder
Entry name
getNameBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateKeysCommandMessage
Entry name
getNameBytes() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateKeysCommandMessageOrBuilder
Entry name
getNameBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage.Builder
string name = 12;
getNameBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage
string name = 12;
getNameBytes() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessageOrBuilder
string name = 12;
getNameBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCommandMessage.Builder
string name = 12;
getNameBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCommandMessage
string name = 12;
getNameBytes() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCommandMessageOrBuilder
string name = 12;
getNameBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCommandMessage.Builder
string name = 12;
getNameBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCommandMessage
string name = 12;
getNameBytes() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCommandMessageOrBuilder
string name = 12;
getNameBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCommandMessage.Builder
string name = 12;
getNameBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCommandMessage
string name = 12;
getNameBytes() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCommandMessageOrBuilder
string name = 12;
getNameBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage.Builder
Entry name
getNameBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage
Entry name
getNameBytes() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessageOrBuilder
Entry name
getNameBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage.Builder
string name = 12;
getNameBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage
string name = 12;
getNameBytes() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessageOrBuilder
string name = 12;
getNameBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage.Builder
Entry name
getNameBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage
Entry name
getNameBytes() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessageOrBuilder
Entry name
getNameBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCommandMessage.Builder
string name = 12;
getNameBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCommandMessage
string name = 12;
getNameBytes() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCommandMessageOrBuilder
string name = 12;
getNameBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCommandMessage.Builder
string name = 12;
getNameBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCommandMessage
string name = 12;
getNameBytes() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.RunCommandMessageOrBuilder
string name = 12;
getNameBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.Builder
string name = 3;
getNameBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage
string name = 3;
getNameBytes() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessageOrBuilder
string name = 3;
getNameBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SetStateCommandMessage.Builder
Entry name
getNameBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SetStateCommandMessage
Entry name
getNameBytes() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.SetStateCommandMessageOrBuilder
Entry name
getNameBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage.Builder
string name = 3;
getNameBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage
string name = 3;
getNameBytes() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessageOrBuilder
string name = 3;
getNameBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCommandMessage.Builder
string name = 12;
getNameBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCommandMessage
string name = 12;
getNameBytes() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.SleepCommandMessageOrBuilder
string name = 12;
getNextRetryDelay() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage.Builder
Delay before executing the next retry, specified as duration in milliseconds.
getNextRetryDelay() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage
Delay before executing the next retry, specified as duration in milliseconds.
getNextRetryDelay() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessageOrBuilder
Delay before executing the next retry, specified as duration in milliseconds.
getNumber() - Method in enum class dev.restate.sdk.core.generated.discovery.Discovery.ServiceDiscoveryProtocolVersion
 
getNumber() - Method in enum class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage.TargetCase
 
getNumber() - Method in enum class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage.ResultCase
 
getNumber() - Method in enum class dev.restate.sdk.core.generated.protocol.Protocol.BuiltInSignal
 
getNumber() - Method in enum class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage.ResultCase
 
getNumber() - Method in enum class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage.ResultCase
 
getNumber() - Method in enum class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage.CompletionCase
 
getNumber() - Method in enum class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage.ResultCase
 
getNumber() - Method in enum class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage.ResultCase
 
getNumber() - Method in enum class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage.TargetCase
 
getNumber() - Method in enum class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage.ResultCase
 
getNumber() - Method in enum class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage.ResultCase
 
getNumber() - Method in enum class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage.ResultCase
 
getNumber() - Method in enum class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.IdCase
 
getNumber() - Method in enum class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.ResultCase
 
getNumber() - Method in enum class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage.ResultCase
 
getNumber() - Method in enum class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage.ResultCase
 
getNumber() - Method in enum class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage.ResultCase
 
getNumber() - Method in enum class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage.ResultCase
 
getNumber() - Method in enum class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.ResultCase
 
getNumber() - Method in enum class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.SignalIdCase
 
getNumber() - Method in enum class dev.restate.sdk.core.generated.protocol.Protocol.ServiceProtocolVersion
 
getNumber() - Method in enum class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage.ResultCase
 
getNumber() - Method in enum class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage.SignalIdCase
 
getOutput() - Method in class dev.restate.sdk.core.generated.manifest.Handler
OutputPayload
getParameter() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage.Builder
bytes parameter = 3;
getParameter() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage
bytes parameter = 3;
getParameter() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessageOrBuilder
bytes parameter = 3;
getParameter() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage.Builder
bytes parameter = 3;
getParameter() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage
bytes parameter = 3;
getParameter() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessageOrBuilder
bytes parameter = 3;
getParserForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage
 
getParserForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage
 
getParserForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage
 
getParserForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage
 
getParserForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallInvocationIdCompletionNotificationMessage
 
getParserForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearAllStateCommandMessage
 
getParserForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearStateCommandMessage
 
getParserForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CommandAckMessage
 
getParserForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage
 
getParserForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage
 
getParserForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage
 
getParserForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.EndMessage
 
getParserForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage
 
getParserForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Failure
 
getParserForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage
 
getParserForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateKeysCommandMessage
 
getParserForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage
 
getParserForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage
 
getParserForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCommandMessage
 
getParserForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage
 
getParserForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCommandMessage
 
getParserForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCompletionNotificationMessage
 
getParserForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCommandMessage
 
getParserForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage
 
getParserForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Header
 
getParserForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTarget
 
getParserForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage
 
getParserForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate
 
getParserForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage
 
getParserForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage
 
getParserForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCommandMessage
 
getParserForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage
 
getParserForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage
 
getParserForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCommandMessage
 
getParserForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage
 
getParserForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage
 
getParserForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SetStateCommandMessage
 
getParserForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage
 
getParserForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCommandMessage
 
getParserForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCompletionNotificationMessage
 
getParserForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage
 
getParserForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.StateEntry
 
getParserForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StateKeys
 
getParserForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage
 
getParserForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Value
 
getParserForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Void
 
getParserForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.WorkflowTarget
 
getPartialState() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.Builder
bool partial_state = 5;
getPartialState() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage
bool partial_state = 5;
getPartialState() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.StartMessageOrBuilder
bool partial_state = 5;
GetPromiseCommandMessage - Enum constant in enum class dev.restate.sdk.core.statemachine.MessageType
 
GetPromiseCommandMessage_TYPE - Static variable in enum class dev.restate.sdk.core.statemachine.MessageType
 
GetPromiseCompletionNotificationMessage - Enum constant in enum class dev.restate.sdk.core.statemachine.MessageType
 
GetPromiseCompletionNotificationMessage_TYPE - Static variable in enum class dev.restate.sdk.core.statemachine.MessageType
 
getProtocolMode() - Method in class dev.restate.sdk.core.generated.manifest.EndpointManifestSchema
ProtocolMode
getRelatedCommandIndex() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage.Builder
Command that caused the failure.
getRelatedCommandIndex() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage
Command that caused the failure.
getRelatedCommandIndex() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessageOrBuilder
Command that caused the failure.
getRelatedCommandName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage.Builder
Name of the entry that caused the failure.
getRelatedCommandName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage
Name of the entry that caused the failure.
getRelatedCommandName() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessageOrBuilder
Name of the entry that caused the failure.
getRelatedCommandNameBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage.Builder
Name of the entry that caused the failure.
getRelatedCommandNameBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage
Name of the entry that caused the failure.
getRelatedCommandNameBytes() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessageOrBuilder
Name of the entry that caused the failure.
getRelatedCommandType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage.Builder
Command type.
getRelatedCommandType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage
Command type.
getRelatedCommandType() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessageOrBuilder
Command type.
getRequired() - Method in class dev.restate.sdk.core.generated.manifest.Input
If true, a body MUST be sent with a content-type, even if the body length is zero.
getResponseContentType() - Method in interface dev.restate.sdk.core.statemachine.StateMachine
 
getResultCase() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage.Builder
 
getResultCase() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage
 
getResultCase() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessageOrBuilder
 
getResultCase() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage.Builder
 
getResultCase() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage
 
getResultCase() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessageOrBuilder
 
getResultCase() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage.Builder
 
getResultCase() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage
 
getResultCase() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessageOrBuilder
 
getResultCase() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage.Builder
 
getResultCase() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage
 
getResultCase() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessageOrBuilder
 
getResultCase() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage.Builder
 
getResultCase() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage
 
getResultCase() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessageOrBuilder
 
getResultCase() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage.Builder
 
getResultCase() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage
 
getResultCase() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessageOrBuilder
 
getResultCase() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage.Builder
 
getResultCase() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage
 
getResultCase() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessageOrBuilder
 
getResultCase() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage.Builder
 
getResultCase() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage
 
getResultCase() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessageOrBuilder
 
getResultCase() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.Builder
 
getResultCase() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate
 
getResultCase() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplateOrBuilder
 
getResultCase() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage.Builder
 
getResultCase() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage
 
getResultCase() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessageOrBuilder
 
getResultCase() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage.Builder
 
getResultCase() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage
 
getResultCase() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessageOrBuilder
 
getResultCase() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage.Builder
 
getResultCase() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage
 
getResultCase() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessageOrBuilder
 
getResultCase() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage.Builder
 
getResultCase() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage
 
getResultCase() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessageOrBuilder
 
getResultCase() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.Builder
 
getResultCase() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage
 
getResultCase() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessageOrBuilder
 
getResultCase() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage.Builder
 
getResultCase() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage
 
getResultCase() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessageOrBuilder
 
getResultCompletionId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage.Builder
uint32 result_completion_id = 11;
getResultCompletionId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage
uint32 result_completion_id = 11;
getResultCompletionId() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessageOrBuilder
uint32 result_completion_id = 11;
getResultCompletionId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage.Builder
uint32 result_completion_id = 11;
getResultCompletionId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage
uint32 result_completion_id = 11;
getResultCompletionId() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessageOrBuilder
uint32 result_completion_id = 11;
getResultCompletionId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage.Builder
uint32 result_completion_id = 11;
getResultCompletionId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage
uint32 result_completion_id = 11;
getResultCompletionId() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessageOrBuilder
uint32 result_completion_id = 11;
getResultCompletionId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage.Builder
uint32 result_completion_id = 11;
getResultCompletionId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage
uint32 result_completion_id = 11;
getResultCompletionId() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessageOrBuilder
uint32 result_completion_id = 11;
getResultCompletionId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCommandMessage.Builder
uint32 result_completion_id = 11;
getResultCompletionId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCommandMessage
uint32 result_completion_id = 11;
getResultCompletionId() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCommandMessageOrBuilder
uint32 result_completion_id = 11;
getResultCompletionId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCommandMessage.Builder
uint32 result_completion_id = 11;
getResultCompletionId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCommandMessage
uint32 result_completion_id = 11;
getResultCompletionId() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCommandMessageOrBuilder
uint32 result_completion_id = 11;
getResultCompletionId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCommandMessage.Builder
uint32 result_completion_id = 11;
getResultCompletionId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCommandMessage
uint32 result_completion_id = 11;
getResultCompletionId() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCommandMessageOrBuilder
uint32 result_completion_id = 11;
getResultCompletionId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCommandMessage.Builder
uint32 result_completion_id = 11;
getResultCompletionId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCommandMessage
uint32 result_completion_id = 11;
getResultCompletionId() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCommandMessageOrBuilder
uint32 result_completion_id = 11;
getResultCompletionId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage.Builder
uint32 result_completion_id = 1;
getResultCompletionId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage
uint32 result_completion_id = 1;
getResultCompletionId() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessageOrBuilder
uint32 result_completion_id = 1;
getResultCompletionId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCommandMessage.Builder
uint32 result_completion_id = 11;
getResultCompletionId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCommandMessage
uint32 result_completion_id = 11;
getResultCompletionId() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.RunCommandMessageOrBuilder
uint32 result_completion_id = 11;
getResultCompletionId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCommandMessage.Builder
uint32 result_completion_id = 11;
getResultCompletionId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCommandMessage
uint32 result_completion_id = 11;
getResultCompletionId() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.SleepCommandMessageOrBuilder
uint32 result_completion_id = 11;
getRetryCountSinceLastStoredEntry() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.Builder
Retry count since the last stored entry.
getRetryCountSinceLastStoredEntry() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage
Retry count since the last stored entry.
getRetryCountSinceLastStoredEntry() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.StartMessageOrBuilder
Retry count since the last stored entry.
getSerializedSize() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage
 
getSerializedSize() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage
 
getSerializedSize() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage
 
getSerializedSize() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage
 
getSerializedSize() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallInvocationIdCompletionNotificationMessage
 
getSerializedSize() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearAllStateCommandMessage
 
getSerializedSize() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearStateCommandMessage
 
getSerializedSize() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CommandAckMessage
 
getSerializedSize() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage
 
getSerializedSize() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage
 
getSerializedSize() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage
 
getSerializedSize() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.EndMessage
 
getSerializedSize() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage
 
getSerializedSize() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Failure
 
getSerializedSize() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage
 
getSerializedSize() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateKeysCommandMessage
 
getSerializedSize() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage
 
getSerializedSize() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage
 
getSerializedSize() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCommandMessage
 
getSerializedSize() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage
 
getSerializedSize() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCommandMessage
 
getSerializedSize() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCompletionNotificationMessage
 
getSerializedSize() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCommandMessage
 
getSerializedSize() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage
 
getSerializedSize() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Header
 
getSerializedSize() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTarget
 
getSerializedSize() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage
 
getSerializedSize() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate
 
getSerializedSize() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage
 
getSerializedSize() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage
 
getSerializedSize() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCommandMessage
 
getSerializedSize() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage
 
getSerializedSize() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage
 
getSerializedSize() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCommandMessage
 
getSerializedSize() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage
 
getSerializedSize() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage
 
getSerializedSize() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SetStateCommandMessage
 
getSerializedSize() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage
 
getSerializedSize() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCommandMessage
 
getSerializedSize() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCompletionNotificationMessage
 
getSerializedSize() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage
 
getSerializedSize() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.StateEntry
 
getSerializedSize() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StateKeys
 
getSerializedSize() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage
 
getSerializedSize() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Value
 
getSerializedSize() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Void
 
getSerializedSize() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.WorkflowTarget
 
getServiceKey() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTarget.Builder
optional string service_key = 2;
getServiceKey() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTarget
optional string service_key = 2;
getServiceKey() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTargetOrBuilder
optional string service_key = 2;
getServiceKeyBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTarget.Builder
optional string service_key = 2;
getServiceKeyBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTarget
optional string service_key = 2;
getServiceKeyBytes() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTargetOrBuilder
optional string service_key = 2;
getServiceName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage.Builder
string service_name = 1;
getServiceName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage
string service_name = 1;
getServiceName() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessageOrBuilder
string service_name = 1;
getServiceName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTarget.Builder
string service_name = 1;
getServiceName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTarget
string service_name = 1;
getServiceName() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTargetOrBuilder
string service_name = 1;
getServiceName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage.Builder
string service_name = 1;
getServiceName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage
string service_name = 1;
getServiceName() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessageOrBuilder
string service_name = 1;
getServiceNameBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage.Builder
string service_name = 1;
getServiceNameBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage
string service_name = 1;
getServiceNameBytes() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessageOrBuilder
string service_name = 1;
getServiceNameBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTarget.Builder
string service_name = 1;
getServiceNameBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTarget
string service_name = 1;
getServiceNameBytes() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTargetOrBuilder
string service_name = 1;
getServiceNameBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage.Builder
string service_name = 1;
getServiceNameBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage
string service_name = 1;
getServiceNameBytes() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessageOrBuilder
string service_name = 1;
getServices() - Method in class dev.restate.sdk.core.generated.manifest.EndpointManifestSchema
(Required)
getSetContentTypeIfEmpty() - Method in class dev.restate.sdk.core.generated.manifest.Output
If true, the specified content-type is set even if the output is empty.
getSignalId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.Builder
uint32 signal_id = 2;
getSignalId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate
uint32 signal_id = 2;
getSignalId() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplateOrBuilder
uint32 signal_id = 2;
getSignalIdCase() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.Builder
 
getSignalIdCase() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage
 
getSignalIdCase() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessageOrBuilder
 
getSignalIdCase() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage.Builder
 
getSignalIdCase() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage
 
getSignalIdCase() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessageOrBuilder
 
getSignalName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.Builder
string signal_name = 3;
getSignalName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate
string signal_name = 3;
getSignalName() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplateOrBuilder
string signal_name = 3;
getSignalNameBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.Builder
string signal_name = 3;
getSignalNameBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate
string signal_name = 3;
getSignalNameBytes() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplateOrBuilder
string signal_name = 3;
getStacktrace() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage.Builder
The exception stacktrace, if available.
getStacktrace() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage
The exception stacktrace, if available.
getStacktrace() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessageOrBuilder
The exception stacktrace, if available.
getStacktraceBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage.Builder
The exception stacktrace, if available.
getStacktraceBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage
The exception stacktrace, if available.
getStacktraceBytes() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessageOrBuilder
The exception stacktrace, if available.
getStateKeys() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCompletionNotificationMessage.Builder
.dev.restate.service.protocol.StateKeys state_keys = 17;
getStateKeys() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCompletionNotificationMessage
.dev.restate.service.protocol.StateKeys state_keys = 17;
getStateKeys() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCompletionNotificationMessageOrBuilder
.dev.restate.service.protocol.StateKeys state_keys = 17;
getStateKeys() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.Builder
.dev.restate.service.protocol.StateKeys state_keys = 17;
getStateKeys() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate
.dev.restate.service.protocol.StateKeys state_keys = 17;
getStateKeys() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplateOrBuilder
.dev.restate.service.protocol.StateKeys state_keys = 17;
getStateKeysBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCompletionNotificationMessage.Builder
.dev.restate.service.protocol.StateKeys state_keys = 17;
getStateKeysBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.Builder
.dev.restate.service.protocol.StateKeys state_keys = 17;
getStateKeysOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCompletionNotificationMessage.Builder
.dev.restate.service.protocol.StateKeys state_keys = 17;
getStateKeysOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCompletionNotificationMessage
.dev.restate.service.protocol.StateKeys state_keys = 17;
getStateKeysOrBuilder() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCompletionNotificationMessageOrBuilder
.dev.restate.service.protocol.StateKeys state_keys = 17;
getStateKeysOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.Builder
.dev.restate.service.protocol.StateKeys state_keys = 17;
getStateKeysOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate
.dev.restate.service.protocol.StateKeys state_keys = 17;
getStateKeysOrBuilder() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplateOrBuilder
.dev.restate.service.protocol.StateKeys state_keys = 17;
getStateMap(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.Builder
protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
getStateMap(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage
protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
getStateMap(int) - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.StartMessageOrBuilder
protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
getStateMapBuilder(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.Builder
protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
getStateMapBuilderList() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.Builder
protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
getStateMapCount() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.Builder
protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
getStateMapCount() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage
protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
getStateMapCount() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.StartMessageOrBuilder
protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
getStateMapList() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.Builder
protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
getStateMapList() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage
protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
getStateMapList() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.StartMessageOrBuilder
protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
getStateMapOrBuilder(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.Builder
protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
getStateMapOrBuilder(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage
protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
getStateMapOrBuilder(int) - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.StartMessageOrBuilder
protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
getStateMapOrBuilderList() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.Builder
protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
getStateMapOrBuilderList() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage
protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
getStateMapOrBuilderList() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.StartMessageOrBuilder
protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
getTargetCase() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage.Builder
 
getTargetCase() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage
 
getTargetCase() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessageOrBuilder
 
getTargetCase() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage.Builder
 
getTargetCase() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage
 
getTargetCase() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessageOrBuilder
 
getTargetInvocationId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.Builder
string target_invocation_id = 1;
getTargetInvocationId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage
string target_invocation_id = 1;
getTargetInvocationId() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessageOrBuilder
string target_invocation_id = 1;
getTargetInvocationIdBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.Builder
string target_invocation_id = 1;
getTargetInvocationIdBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage
string target_invocation_id = 1;
getTargetInvocationIdBytes() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessageOrBuilder
string target_invocation_id = 1;
getTy() - Method in class dev.restate.sdk.core.generated.manifest.Handler
HandlerType
getTy() - Method in class dev.restate.sdk.core.generated.manifest.Service
ServiceType
getType() - Method in class dev.restate.sdk.core.statemachine.MessageHeader
 
getValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Value value = 5;
getValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage
.dev.restate.service.protocol.Value value = 5;
getValue() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessageOrBuilder
.dev.restate.service.protocol.Value value = 5;
getValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Value value = 5;
getValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage
.dev.restate.service.protocol.Value value = 5;
getValue() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessageOrBuilder
.dev.restate.service.protocol.Value value = 5;
getValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage.Builder
.dev.restate.service.protocol.Value value = 2;
getValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage
.dev.restate.service.protocol.Value value = 2;
getValue() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessageOrBuilder
.dev.restate.service.protocol.Value value = 2;
getValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage.Builder
.dev.restate.service.protocol.Value value = 14;
getValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage
.dev.restate.service.protocol.Value value = 14;
getValue() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessageOrBuilder
.dev.restate.service.protocol.Value value = 14;
getValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateKeysCommandMessage.Builder
.dev.restate.service.protocol.StateKeys value = 14;
getValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateKeysCommandMessage
.dev.restate.service.protocol.StateKeys value = 14;
getValue() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateKeysCommandMessageOrBuilder
.dev.restate.service.protocol.StateKeys value = 14;
getValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Value value = 5;
getValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage
.dev.restate.service.protocol.Value value = 5;
getValue() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessageOrBuilder
.dev.restate.service.protocol.Value value = 5;
getValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Value value = 5;
getValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage
.dev.restate.service.protocol.Value value = 5;
getValue() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessageOrBuilder
.dev.restate.service.protocol.Value value = 5;
getValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Value value = 5;
getValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage
.dev.restate.service.protocol.Value value = 5;
getValue() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessageOrBuilder
.dev.restate.service.protocol.Value value = 5;
getValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Header.Builder
string value = 2;
getValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Header
string value = 2;
getValue() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.HeaderOrBuilder
string value = 2;
getValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage.Builder
.dev.restate.service.protocol.Value value = 14;
getValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage
.dev.restate.service.protocol.Value value = 14;
getValue() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessageOrBuilder
.dev.restate.service.protocol.Value value = 14;
getValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.Builder
.dev.restate.service.protocol.Value value = 5;
getValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate
.dev.restate.service.protocol.Value value = 5;
getValue() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplateOrBuilder
.dev.restate.service.protocol.Value value = 5;
getValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage.Builder
.dev.restate.service.protocol.Value value = 14;
getValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage
.dev.restate.service.protocol.Value value = 14;
getValue() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessageOrBuilder
.dev.restate.service.protocol.Value value = 14;
getValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Value value = 5;
getValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage
.dev.restate.service.protocol.Value value = 5;
getValue() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessageOrBuilder
.dev.restate.service.protocol.Value value = 5;
getValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage.Builder
bytes value = 14;
getValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage
bytes value = 14;
getValue() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessageOrBuilder
bytes value = 14;
getValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Value value = 5;
getValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage
.dev.restate.service.protocol.Value value = 5;
getValue() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessageOrBuilder
.dev.restate.service.protocol.Value value = 5;
getValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.Builder
.dev.restate.service.protocol.Value value = 5;
getValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage
.dev.restate.service.protocol.Value value = 5;
getValue() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessageOrBuilder
.dev.restate.service.protocol.Value value = 5;
getValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SetStateCommandMessage.Builder
.dev.restate.service.protocol.Value value = 3;
getValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SetStateCommandMessage
.dev.restate.service.protocol.Value value = 3;
getValue() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.SetStateCommandMessageOrBuilder
.dev.restate.service.protocol.Value value = 3;
getValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage.Builder
.dev.restate.service.protocol.Value value = 5;
getValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage
.dev.restate.service.protocol.Value value = 5;
getValue() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessageOrBuilder
.dev.restate.service.protocol.Value value = 5;
getValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.StateEntry.Builder
If value is an empty byte array, then it means the value is empty and not "missing" (e.g.
getValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.StateEntry
If value is an empty byte array, then it means the value is empty and not "missing" (e.g.
getValue() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.StateEntryOrBuilder
If value is an empty byte array, then it means the value is empty and not "missing" (e.g.
getValueBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Value value = 5;
getValueBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Value value = 5;
getValueBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage.Builder
.dev.restate.service.protocol.Value value = 2;
getValueBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage.Builder
.dev.restate.service.protocol.Value value = 14;
getValueBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateKeysCommandMessage.Builder
.dev.restate.service.protocol.StateKeys value = 14;
getValueBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Value value = 5;
getValueBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Value value = 5;
getValueBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Value value = 5;
getValueBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage.Builder
.dev.restate.service.protocol.Value value = 14;
getValueBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.Builder
.dev.restate.service.protocol.Value value = 5;
getValueBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage.Builder
.dev.restate.service.protocol.Value value = 14;
getValueBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Value value = 5;
getValueBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Value value = 5;
getValueBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.Builder
.dev.restate.service.protocol.Value value = 5;
getValueBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SetStateCommandMessage.Builder
.dev.restate.service.protocol.Value value = 3;
getValueBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage.Builder
.dev.restate.service.protocol.Value value = 5;
getValueBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Header.Builder
string value = 2;
getValueBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Header
string value = 2;
getValueBytes() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.HeaderOrBuilder
string value = 2;
getValueDescriptor() - Method in enum class dev.restate.sdk.core.generated.discovery.Discovery.ServiceDiscoveryProtocolVersion
 
getValueDescriptor() - Method in enum class dev.restate.sdk.core.generated.protocol.Protocol.BuiltInSignal
 
getValueDescriptor() - Method in enum class dev.restate.sdk.core.generated.protocol.Protocol.ServiceProtocolVersion
 
getValueOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Value value = 5;
getValueOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage
.dev.restate.service.protocol.Value value = 5;
getValueOrBuilder() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessageOrBuilder
.dev.restate.service.protocol.Value value = 5;
getValueOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Value value = 5;
getValueOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage
.dev.restate.service.protocol.Value value = 5;
getValueOrBuilder() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessageOrBuilder
.dev.restate.service.protocol.Value value = 5;
getValueOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage.Builder
.dev.restate.service.protocol.Value value = 2;
getValueOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage
.dev.restate.service.protocol.Value value = 2;
getValueOrBuilder() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessageOrBuilder
.dev.restate.service.protocol.Value value = 2;
getValueOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage.Builder
.dev.restate.service.protocol.Value value = 14;
getValueOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage
.dev.restate.service.protocol.Value value = 14;
getValueOrBuilder() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessageOrBuilder
.dev.restate.service.protocol.Value value = 14;
getValueOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateKeysCommandMessage.Builder
.dev.restate.service.protocol.StateKeys value = 14;
getValueOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateKeysCommandMessage
.dev.restate.service.protocol.StateKeys value = 14;
getValueOrBuilder() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateKeysCommandMessageOrBuilder
.dev.restate.service.protocol.StateKeys value = 14;
getValueOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Value value = 5;
getValueOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage
.dev.restate.service.protocol.Value value = 5;
getValueOrBuilder() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessageOrBuilder
.dev.restate.service.protocol.Value value = 5;
getValueOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Value value = 5;
getValueOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage
.dev.restate.service.protocol.Value value = 5;
getValueOrBuilder() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessageOrBuilder
.dev.restate.service.protocol.Value value = 5;
getValueOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Value value = 5;
getValueOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage
.dev.restate.service.protocol.Value value = 5;
getValueOrBuilder() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessageOrBuilder
.dev.restate.service.protocol.Value value = 5;
getValueOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage.Builder
.dev.restate.service.protocol.Value value = 14;
getValueOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage
.dev.restate.service.protocol.Value value = 14;
getValueOrBuilder() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessageOrBuilder
.dev.restate.service.protocol.Value value = 14;
getValueOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.Builder
.dev.restate.service.protocol.Value value = 5;
getValueOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate
.dev.restate.service.protocol.Value value = 5;
getValueOrBuilder() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplateOrBuilder
.dev.restate.service.protocol.Value value = 5;
getValueOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage.Builder
.dev.restate.service.protocol.Value value = 14;
getValueOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage
.dev.restate.service.protocol.Value value = 14;
getValueOrBuilder() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessageOrBuilder
.dev.restate.service.protocol.Value value = 14;
getValueOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Value value = 5;
getValueOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage
.dev.restate.service.protocol.Value value = 5;
getValueOrBuilder() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessageOrBuilder
.dev.restate.service.protocol.Value value = 5;
getValueOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Value value = 5;
getValueOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage
.dev.restate.service.protocol.Value value = 5;
getValueOrBuilder() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessageOrBuilder
.dev.restate.service.protocol.Value value = 5;
getValueOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.Builder
.dev.restate.service.protocol.Value value = 5;
getValueOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage
.dev.restate.service.protocol.Value value = 5;
getValueOrBuilder() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessageOrBuilder
.dev.restate.service.protocol.Value value = 5;
getValueOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SetStateCommandMessage.Builder
.dev.restate.service.protocol.Value value = 3;
getValueOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SetStateCommandMessage
.dev.restate.service.protocol.Value value = 3;
getValueOrBuilder() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.SetStateCommandMessageOrBuilder
.dev.restate.service.protocol.Value value = 3;
getValueOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage.Builder
.dev.restate.service.protocol.Value value = 5;
getValueOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage
.dev.restate.service.protocol.Value value = 5;
getValueOrBuilder() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessageOrBuilder
.dev.restate.service.protocol.Value value = 5;
getVoid() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Void void = 4;
getVoid() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage
.dev.restate.service.protocol.Void void = 4;
getVoid() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessageOrBuilder
.dev.restate.service.protocol.Void void = 4;
getVoid() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage.Builder
.dev.restate.service.protocol.Void void = 13;
getVoid() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage
.dev.restate.service.protocol.Void void = 13;
getVoid() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessageOrBuilder
.dev.restate.service.protocol.Void void = 13;
getVoid() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Void void = 4;
getVoid() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage
.dev.restate.service.protocol.Void void = 4;
getVoid() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessageOrBuilder
.dev.restate.service.protocol.Void void = 4;
getVoid() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Void void = 4;
getVoid() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage
.dev.restate.service.protocol.Void void = 4;
getVoid() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessageOrBuilder
.dev.restate.service.protocol.Void void = 4;
getVoid() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.Builder
.dev.restate.service.protocol.Void void = 4;
getVoid() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate
.dev.restate.service.protocol.Void void = 4;
getVoid() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplateOrBuilder
.dev.restate.service.protocol.Void void = 4;
getVoid() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Void void = 4;
getVoid() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage
.dev.restate.service.protocol.Void void = 4;
getVoid() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessageOrBuilder
.dev.restate.service.protocol.Void void = 4;
getVoid() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.Builder
.dev.restate.service.protocol.Void void = 4;
getVoid() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage
.dev.restate.service.protocol.Void void = 4;
getVoid() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessageOrBuilder
.dev.restate.service.protocol.Void void = 4;
getVoid() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage.Builder
.dev.restate.service.protocol.Void void = 4;
getVoid() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage
.dev.restate.service.protocol.Void void = 4;
getVoid() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessageOrBuilder
.dev.restate.service.protocol.Void void = 4;
getVoid() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Void void = 4;
getVoid() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCompletionNotificationMessage
.dev.restate.service.protocol.Void void = 4;
getVoid() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.SleepCompletionNotificationMessageOrBuilder
.dev.restate.service.protocol.Void void = 4;
getVoidBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Void void = 4;
getVoidBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage.Builder
.dev.restate.service.protocol.Void void = 13;
getVoidBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Void void = 4;
getVoidBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Void void = 4;
getVoidBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.Builder
.dev.restate.service.protocol.Void void = 4;
getVoidBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Void void = 4;
getVoidBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.Builder
.dev.restate.service.protocol.Void void = 4;
getVoidBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage.Builder
.dev.restate.service.protocol.Void void = 4;
getVoidBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Void void = 4;
getVoidOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Void void = 4;
getVoidOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage
.dev.restate.service.protocol.Void void = 4;
getVoidOrBuilder() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessageOrBuilder
.dev.restate.service.protocol.Void void = 4;
getVoidOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage.Builder
.dev.restate.service.protocol.Void void = 13;
getVoidOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage
.dev.restate.service.protocol.Void void = 13;
getVoidOrBuilder() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessageOrBuilder
.dev.restate.service.protocol.Void void = 13;
getVoidOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Void void = 4;
getVoidOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage
.dev.restate.service.protocol.Void void = 4;
getVoidOrBuilder() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessageOrBuilder
.dev.restate.service.protocol.Void void = 4;
getVoidOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Void void = 4;
getVoidOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage
.dev.restate.service.protocol.Void void = 4;
getVoidOrBuilder() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessageOrBuilder
.dev.restate.service.protocol.Void void = 4;
getVoidOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.Builder
.dev.restate.service.protocol.Void void = 4;
getVoidOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate
.dev.restate.service.protocol.Void void = 4;
getVoidOrBuilder() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplateOrBuilder
.dev.restate.service.protocol.Void void = 4;
getVoidOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Void void = 4;
getVoidOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage
.dev.restate.service.protocol.Void void = 4;
getVoidOrBuilder() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessageOrBuilder
.dev.restate.service.protocol.Void void = 4;
getVoidOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.Builder
.dev.restate.service.protocol.Void void = 4;
getVoidOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage
.dev.restate.service.protocol.Void void = 4;
getVoidOrBuilder() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessageOrBuilder
.dev.restate.service.protocol.Void void = 4;
getVoidOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage.Builder
.dev.restate.service.protocol.Void void = 4;
getVoidOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage
.dev.restate.service.protocol.Void void = 4;
getVoidOrBuilder() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessageOrBuilder
.dev.restate.service.protocol.Void void = 4;
getVoidOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Void void = 4;
getVoidOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCompletionNotificationMessage
.dev.restate.service.protocol.Void void = 4;
getVoidOrBuilder() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.SleepCompletionNotificationMessageOrBuilder
.dev.restate.service.protocol.Void void = 4;
getWaitingCompletions(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage.Builder
repeated uint32 waiting_completions = 1;
getWaitingCompletions(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage
repeated uint32 waiting_completions = 1;
getWaitingCompletions(int) - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessageOrBuilder
repeated uint32 waiting_completions = 1;
getWaitingCompletionsCount() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage.Builder
repeated uint32 waiting_completions = 1;
getWaitingCompletionsCount() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage
repeated uint32 waiting_completions = 1;
getWaitingCompletionsCount() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessageOrBuilder
repeated uint32 waiting_completions = 1;
getWaitingCompletionsList() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage.Builder
repeated uint32 waiting_completions = 1;
getWaitingCompletionsList() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage
repeated uint32 waiting_completions = 1;
getWaitingCompletionsList() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessageOrBuilder
repeated uint32 waiting_completions = 1;
getWaitingNamedSignals(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage.Builder
repeated string waiting_named_signals = 3;
getWaitingNamedSignals(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage
repeated string waiting_named_signals = 3;
getWaitingNamedSignals(int) - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessageOrBuilder
repeated string waiting_named_signals = 3;
getWaitingNamedSignalsBytes(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage.Builder
repeated string waiting_named_signals = 3;
getWaitingNamedSignalsBytes(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage
repeated string waiting_named_signals = 3;
getWaitingNamedSignalsBytes(int) - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessageOrBuilder
repeated string waiting_named_signals = 3;
getWaitingNamedSignalsCount() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage.Builder
repeated string waiting_named_signals = 3;
getWaitingNamedSignalsCount() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage
repeated string waiting_named_signals = 3;
getWaitingNamedSignalsCount() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessageOrBuilder
repeated string waiting_named_signals = 3;
getWaitingNamedSignalsList() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage.Builder
repeated string waiting_named_signals = 3;
getWaitingNamedSignalsList() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage
repeated string waiting_named_signals = 3;
getWaitingNamedSignalsList() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessageOrBuilder
repeated string waiting_named_signals = 3;
getWaitingSignals(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage.Builder
repeated uint32 waiting_signals = 2;
getWaitingSignals(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage
repeated uint32 waiting_signals = 2;
getWaitingSignals(int) - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessageOrBuilder
repeated uint32 waiting_signals = 2;
getWaitingSignalsCount() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage.Builder
repeated uint32 waiting_signals = 2;
getWaitingSignalsCount() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage
repeated uint32 waiting_signals = 2;
getWaitingSignalsCount() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessageOrBuilder
repeated uint32 waiting_signals = 2;
getWaitingSignalsList() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage.Builder
repeated uint32 waiting_signals = 2;
getWaitingSignalsList() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage
repeated uint32 waiting_signals = 2;
getWaitingSignalsList() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessageOrBuilder
repeated uint32 waiting_signals = 2;
getWakeUpTime() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCommandMessage.Builder
Wake up time.
getWakeUpTime() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCommandMessage
Wake up time.
getWakeUpTime() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.SleepCommandMessageOrBuilder
Wake up time.
getWorkflowKey() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.WorkflowTarget.Builder
string workflow_key = 2;
getWorkflowKey() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.WorkflowTarget
string workflow_key = 2;
getWorkflowKey() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.WorkflowTargetOrBuilder
string workflow_key = 2;
getWorkflowKeyBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.WorkflowTarget.Builder
string workflow_key = 2;
getWorkflowKeyBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.WorkflowTarget
string workflow_key = 2;
getWorkflowKeyBytes() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.WorkflowTargetOrBuilder
string workflow_key = 2;
getWorkflowName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.WorkflowTarget.Builder
string workflow_name = 1;
getWorkflowName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.WorkflowTarget
string workflow_name = 1;
getWorkflowName() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.WorkflowTargetOrBuilder
string workflow_name = 1;
getWorkflowNameBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.WorkflowTarget.Builder
string workflow_name = 1;
getWorkflowNameBytes() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.WorkflowTarget
string workflow_name = 1;
getWorkflowNameBytes() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.WorkflowTargetOrBuilder
string workflow_name = 1;
getWorkflowTarget() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage.Builder
Target workflow target
getWorkflowTarget() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage
Target workflow target
getWorkflowTarget() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessageOrBuilder
Target workflow target
getWorkflowTarget() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage.Builder
Target workflow target
getWorkflowTarget() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage
Target workflow target
getWorkflowTarget() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessageOrBuilder
Target workflow target
getWorkflowTargetBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage.Builder
Target workflow target
getWorkflowTargetBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage.Builder
Target workflow target
getWorkflowTargetOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage.Builder
Target workflow target
getWorkflowTargetOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage
Target workflow target
getWorkflowTargetOrBuilder() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessageOrBuilder
Target workflow target
getWorkflowTargetOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage.Builder
Target workflow target
getWorkflowTargetOrBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage
Target workflow target
getWorkflowTargetOrBuilder() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessageOrBuilder
Target workflow target

H

handle() - Method in record class dev.restate.sdk.core.statemachine.StateMachine.Awakeable
Returns the value of the handle record component.
handle() - Method in record class dev.restate.sdk.core.statemachine.StateMachine.DoProgressResponse.ExecuteRun
Returns the value of the handle record component.
Handler - Class in dev.restate.sdk.core.generated.manifest
Handler
Handler() - Constructor for class dev.restate.sdk.core.generated.manifest.Handler
 
HANDLER_NAME_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage
 
HANDLER_NAME_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTarget
 
HANDLER_NAME_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage
 
Handler.Ty - Enum Class in dev.restate.sdk.core.generated.manifest
HandlerType
hasCompletionFailure() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage.Builder
.dev.restate.service.protocol.Failure completion_failure = 3;
hasCompletionFailure() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage
.dev.restate.service.protocol.Failure completion_failure = 3;
hasCompletionFailure() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessageOrBuilder
.dev.restate.service.protocol.Failure completion_failure = 3;
hasCompletionId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.Builder
uint32 completion_id = 1;
hasCompletionId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate
uint32 completion_id = 1;
hasCompletionId() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplateOrBuilder
uint32 completion_id = 1;
hasCompletionValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage.Builder
.dev.restate.service.protocol.Value completion_value = 2;
hasCompletionValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage
.dev.restate.service.protocol.Value completion_value = 2;
hasCompletionValue() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessageOrBuilder
.dev.restate.service.protocol.Value completion_value = 2;
hasFailure() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Failure failure = 6;
hasFailure() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage
.dev.restate.service.protocol.Failure failure = 6;
hasFailure() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessageOrBuilder
.dev.restate.service.protocol.Failure failure = 6;
hasFailure() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Failure failure = 6;
hasFailure() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage
.dev.restate.service.protocol.Failure failure = 6;
hasFailure() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessageOrBuilder
.dev.restate.service.protocol.Failure failure = 6;
hasFailure() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage.Builder
.dev.restate.service.protocol.Failure failure = 3;
hasFailure() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage
.dev.restate.service.protocol.Failure failure = 3;
hasFailure() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessageOrBuilder
.dev.restate.service.protocol.Failure failure = 3;
hasFailure() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Failure failure = 6;
hasFailure() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage
.dev.restate.service.protocol.Failure failure = 6;
hasFailure() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessageOrBuilder
.dev.restate.service.protocol.Failure failure = 6;
hasFailure() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Failure failure = 6;
hasFailure() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage
.dev.restate.service.protocol.Failure failure = 6;
hasFailure() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessageOrBuilder
.dev.restate.service.protocol.Failure failure = 6;
hasFailure() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Failure failure = 6;
hasFailure() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage
.dev.restate.service.protocol.Failure failure = 6;
hasFailure() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessageOrBuilder
.dev.restate.service.protocol.Failure failure = 6;
hasFailure() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.Builder
.dev.restate.service.protocol.Failure failure = 6;
hasFailure() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate
.dev.restate.service.protocol.Failure failure = 6;
hasFailure() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplateOrBuilder
.dev.restate.service.protocol.Failure failure = 6;
hasFailure() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage.Builder
.dev.restate.service.protocol.Failure failure = 15;
hasFailure() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage
.dev.restate.service.protocol.Failure failure = 15;
hasFailure() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessageOrBuilder
.dev.restate.service.protocol.Failure failure = 15;
hasFailure() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Failure failure = 6;
hasFailure() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage
.dev.restate.service.protocol.Failure failure = 6;
hasFailure() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessageOrBuilder
.dev.restate.service.protocol.Failure failure = 6;
hasFailure() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage.Builder
.dev.restate.service.protocol.Failure failure = 15;
hasFailure() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage
.dev.restate.service.protocol.Failure failure = 15;
hasFailure() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessageOrBuilder
.dev.restate.service.protocol.Failure failure = 15;
hasFailure() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Failure failure = 6;
hasFailure() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage
.dev.restate.service.protocol.Failure failure = 6;
hasFailure() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessageOrBuilder
.dev.restate.service.protocol.Failure failure = 6;
hasFailure() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.Builder
.dev.restate.service.protocol.Failure failure = 6;
hasFailure() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage
.dev.restate.service.protocol.Failure failure = 6;
hasFailure() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessageOrBuilder
.dev.restate.service.protocol.Failure failure = 6;
hasFailure() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage.Builder
.dev.restate.service.protocol.Failure failure = 6;
hasFailure() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage
.dev.restate.service.protocol.Failure failure = 6;
hasFailure() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessageOrBuilder
.dev.restate.service.protocol.Failure failure = 6;
hashCode() - Method in class dev.restate.sdk.core.generated.manifest.EndpointManifestSchema
 
hashCode() - Method in class dev.restate.sdk.core.generated.manifest.Handler
 
hashCode() - Method in class dev.restate.sdk.core.generated.manifest.Input
 
hashCode() - Method in class dev.restate.sdk.core.generated.manifest.Metadata__1
 
hashCode() - Method in class dev.restate.sdk.core.generated.manifest.Metadata
 
hashCode() - Method in class dev.restate.sdk.core.generated.manifest.Output
 
hashCode() - Method in class dev.restate.sdk.core.generated.manifest.Service
 
hashCode() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage
 
hashCode() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage
 
hashCode() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage
 
hashCode() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage
 
hashCode() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallInvocationIdCompletionNotificationMessage
 
hashCode() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearAllStateCommandMessage
 
hashCode() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearStateCommandMessage
 
hashCode() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CommandAckMessage
 
hashCode() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage
 
hashCode() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage
 
hashCode() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage
 
hashCode() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.EndMessage
 
hashCode() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage
 
hashCode() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Failure
 
hashCode() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage
 
hashCode() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateKeysCommandMessage
 
hashCode() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage
 
hashCode() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage
 
hashCode() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCommandMessage
 
hashCode() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage
 
hashCode() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCommandMessage
 
hashCode() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCompletionNotificationMessage
 
hashCode() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCommandMessage
 
hashCode() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage
 
hashCode() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Header
 
hashCode() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTarget
 
hashCode() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage
 
hashCode() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate
 
hashCode() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage
 
hashCode() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage
 
hashCode() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCommandMessage
 
hashCode() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage
 
hashCode() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage
 
hashCode() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCommandMessage
 
hashCode() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage
 
hashCode() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage
 
hashCode() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SetStateCommandMessage
 
hashCode() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage
 
hashCode() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCommandMessage
 
hashCode() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCompletionNotificationMessage
 
hashCode() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage
 
hashCode() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.StateEntry
 
hashCode() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StateKeys
 
hashCode() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage
 
hashCode() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Value
 
hashCode() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Void
 
hashCode() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.WorkflowTarget
 
hashCode() - Method in record class dev.restate.sdk.core.statemachine.NotificationId.CompletionId
Returns a hash code value for this object.
hashCode() - Method in record class dev.restate.sdk.core.statemachine.NotificationId.SignalId
Returns a hash code value for this object.
hashCode() - Method in record class dev.restate.sdk.core.statemachine.NotificationId.SignalName
Returns a hash code value for this object.
hashCode() - Method in record class dev.restate.sdk.core.statemachine.NotificationValue.Empty
Returns a hash code value for this object.
hashCode() - Method in record class dev.restate.sdk.core.statemachine.NotificationValue.Failure
Returns a hash code value for this object.
hashCode() - Method in record class dev.restate.sdk.core.statemachine.NotificationValue.InvocationId
Returns a hash code value for this object.
hashCode() - Method in record class dev.restate.sdk.core.statemachine.NotificationValue.StateKeys
Returns a hash code value for this object.
hashCode() - Method in record class dev.restate.sdk.core.statemachine.NotificationValue.Success
Returns a hash code value for this object.
hashCode() - Method in record class dev.restate.sdk.core.statemachine.StateMachine.Awakeable
Returns a hash code value for this object.
hashCode() - Method in record class dev.restate.sdk.core.statemachine.StateMachine.CallHandle
Returns a hash code value for this object.
hashCode() - Method in record class dev.restate.sdk.core.statemachine.StateMachine.DoProgressResponse.AnyCompleted
Returns a hash code value for this object.
hashCode() - Method in record class dev.restate.sdk.core.statemachine.StateMachine.DoProgressResponse.ExecuteRun
Returns a hash code value for this object.
hashCode() - Method in record class dev.restate.sdk.core.statemachine.StateMachine.DoProgressResponse.ReadFromInput
Returns a hash code value for this object.
hashCode() - Method in record class dev.restate.sdk.core.statemachine.StateMachine.DoProgressResponse.WaitingPendingRun
Returns a hash code value for this object.
hashCode() - Method in record class dev.restate.sdk.core.statemachine.StateMachine.Input
Returns a hash code value for this object.
hasIdempotencyKey() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage.Builder
If present, it must be non empty.
hasIdempotencyKey() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage
If present, it must be non empty.
hasIdempotencyKey() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessageOrBuilder
If present, it must be non empty.
hasIdempotencyKey() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage.Builder
If present, it must be non empty.
hasIdempotencyKey() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage
If present, it must be non empty.
hasIdempotencyKey() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessageOrBuilder
If present, it must be non empty.
hasIdempotentRequestTarget() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage.Builder
Target idempotent request
hasIdempotentRequestTarget() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage
Target idempotent request
hasIdempotentRequestTarget() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessageOrBuilder
Target idempotent request
hasIdempotentRequestTarget() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage.Builder
Target idempotent request
hasIdempotentRequestTarget() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage
Target idempotent request
hasIdempotentRequestTarget() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessageOrBuilder
Target idempotent request
hasIdx() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.Builder
uint32 idx = 2;
hasIdx() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage
uint32 idx = 2;
hasIdx() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessageOrBuilder
uint32 idx = 2;
hasIdx() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage.Builder
uint32 idx = 2;
hasIdx() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage
uint32 idx = 2;
hasIdx() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessageOrBuilder
uint32 idx = 2;
hasInvocationId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage.Builder
Target invocation id
hasInvocationId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage
Target invocation id
hasInvocationId() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessageOrBuilder
Target invocation id
hasInvocationId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage.Builder
Target invocation id
hasInvocationId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage
Target invocation id
hasInvocationId() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessageOrBuilder
Target invocation id
hasInvocationId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.Builder
Used by specific commands
hasInvocationId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate
Used by specific commands
hasInvocationId() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplateOrBuilder
Used by specific commands
hasName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.Builder
string name = 3;
hasName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage
string name = 3;
hasName() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessageOrBuilder
string name = 3;
hasName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage.Builder
string name = 3;
hasName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage
string name = 3;
hasName() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessageOrBuilder
string name = 3;
hasNextRetryDelay() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage.Builder
Delay before executing the next retry, specified as duration in milliseconds.
hasNextRetryDelay() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage
Delay before executing the next retry, specified as duration in milliseconds.
hasNextRetryDelay() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessageOrBuilder
Delay before executing the next retry, specified as duration in milliseconds.
hasRelatedCommandIndex() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage.Builder
Command that caused the failure.
hasRelatedCommandIndex() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage
Command that caused the failure.
hasRelatedCommandIndex() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessageOrBuilder
Command that caused the failure.
hasRelatedCommandName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage.Builder
Name of the entry that caused the failure.
hasRelatedCommandName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage
Name of the entry that caused the failure.
hasRelatedCommandName() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessageOrBuilder
Name of the entry that caused the failure.
hasRelatedCommandType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage.Builder
Command type.
hasRelatedCommandType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage
Command type.
hasRelatedCommandType() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessageOrBuilder
Command type.
hasServiceKey() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTarget.Builder
optional string service_key = 2;
hasServiceKey() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTarget
optional string service_key = 2;
hasServiceKey() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTargetOrBuilder
optional string service_key = 2;
hasSignalId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.Builder
uint32 signal_id = 2;
hasSignalId() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate
uint32 signal_id = 2;
hasSignalId() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplateOrBuilder
uint32 signal_id = 2;
hasSignalName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.Builder
string signal_name = 3;
hasSignalName() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate
string signal_name = 3;
hasSignalName() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplateOrBuilder
string signal_name = 3;
hasStateKeys() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCompletionNotificationMessage.Builder
.dev.restate.service.protocol.StateKeys state_keys = 17;
hasStateKeys() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCompletionNotificationMessage
.dev.restate.service.protocol.StateKeys state_keys = 17;
hasStateKeys() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCompletionNotificationMessageOrBuilder
.dev.restate.service.protocol.StateKeys state_keys = 17;
hasStateKeys() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.Builder
.dev.restate.service.protocol.StateKeys state_keys = 17;
hasStateKeys() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate
.dev.restate.service.protocol.StateKeys state_keys = 17;
hasStateKeys() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplateOrBuilder
.dev.restate.service.protocol.StateKeys state_keys = 17;
hasValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Value value = 5;
hasValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage
.dev.restate.service.protocol.Value value = 5;
hasValue() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessageOrBuilder
.dev.restate.service.protocol.Value value = 5;
hasValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Value value = 5;
hasValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage
.dev.restate.service.protocol.Value value = 5;
hasValue() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessageOrBuilder
.dev.restate.service.protocol.Value value = 5;
hasValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage.Builder
.dev.restate.service.protocol.Value value = 2;
hasValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage
.dev.restate.service.protocol.Value value = 2;
hasValue() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessageOrBuilder
.dev.restate.service.protocol.Value value = 2;
hasValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage.Builder
.dev.restate.service.protocol.Value value = 14;
hasValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage
.dev.restate.service.protocol.Value value = 14;
hasValue() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessageOrBuilder
.dev.restate.service.protocol.Value value = 14;
hasValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateKeysCommandMessage.Builder
.dev.restate.service.protocol.StateKeys value = 14;
hasValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateKeysCommandMessage
.dev.restate.service.protocol.StateKeys value = 14;
hasValue() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateKeysCommandMessageOrBuilder
.dev.restate.service.protocol.StateKeys value = 14;
hasValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Value value = 5;
hasValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage
.dev.restate.service.protocol.Value value = 5;
hasValue() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessageOrBuilder
.dev.restate.service.protocol.Value value = 5;
hasValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Value value = 5;
hasValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage
.dev.restate.service.protocol.Value value = 5;
hasValue() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessageOrBuilder
.dev.restate.service.protocol.Value value = 5;
hasValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Value value = 5;
hasValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage
.dev.restate.service.protocol.Value value = 5;
hasValue() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessageOrBuilder
.dev.restate.service.protocol.Value value = 5;
hasValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage.Builder
.dev.restate.service.protocol.Value value = 14;
hasValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage
.dev.restate.service.protocol.Value value = 14;
hasValue() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessageOrBuilder
.dev.restate.service.protocol.Value value = 14;
hasValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.Builder
.dev.restate.service.protocol.Value value = 5;
hasValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate
.dev.restate.service.protocol.Value value = 5;
hasValue() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplateOrBuilder
.dev.restate.service.protocol.Value value = 5;
hasValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage.Builder
.dev.restate.service.protocol.Value value = 14;
hasValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage
.dev.restate.service.protocol.Value value = 14;
hasValue() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessageOrBuilder
.dev.restate.service.protocol.Value value = 14;
hasValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Value value = 5;
hasValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage
.dev.restate.service.protocol.Value value = 5;
hasValue() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessageOrBuilder
.dev.restate.service.protocol.Value value = 5;
hasValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage.Builder
bytes value = 14;
hasValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage
bytes value = 14;
hasValue() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessageOrBuilder
bytes value = 14;
hasValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Value value = 5;
hasValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage
.dev.restate.service.protocol.Value value = 5;
hasValue() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessageOrBuilder
.dev.restate.service.protocol.Value value = 5;
hasValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.Builder
.dev.restate.service.protocol.Value value = 5;
hasValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage
.dev.restate.service.protocol.Value value = 5;
hasValue() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessageOrBuilder
.dev.restate.service.protocol.Value value = 5;
hasValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SetStateCommandMessage.Builder
.dev.restate.service.protocol.Value value = 3;
hasValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SetStateCommandMessage
.dev.restate.service.protocol.Value value = 3;
hasValue() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.SetStateCommandMessageOrBuilder
.dev.restate.service.protocol.Value value = 3;
hasValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage.Builder
.dev.restate.service.protocol.Value value = 5;
hasValue() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage
.dev.restate.service.protocol.Value value = 5;
hasValue() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessageOrBuilder
.dev.restate.service.protocol.Value value = 5;
hasVoid() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Void void = 4;
hasVoid() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage
.dev.restate.service.protocol.Void void = 4;
hasVoid() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessageOrBuilder
.dev.restate.service.protocol.Void void = 4;
hasVoid() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage.Builder
.dev.restate.service.protocol.Void void = 13;
hasVoid() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage
.dev.restate.service.protocol.Void void = 13;
hasVoid() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessageOrBuilder
.dev.restate.service.protocol.Void void = 13;
hasVoid() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Void void = 4;
hasVoid() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage
.dev.restate.service.protocol.Void void = 4;
hasVoid() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessageOrBuilder
.dev.restate.service.protocol.Void void = 4;
hasVoid() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Void void = 4;
hasVoid() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage
.dev.restate.service.protocol.Void void = 4;
hasVoid() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessageOrBuilder
.dev.restate.service.protocol.Void void = 4;
hasVoid() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.Builder
.dev.restate.service.protocol.Void void = 4;
hasVoid() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate
.dev.restate.service.protocol.Void void = 4;
hasVoid() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplateOrBuilder
.dev.restate.service.protocol.Void void = 4;
hasVoid() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Void void = 4;
hasVoid() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage
.dev.restate.service.protocol.Void void = 4;
hasVoid() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessageOrBuilder
.dev.restate.service.protocol.Void void = 4;
hasVoid() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.Builder
.dev.restate.service.protocol.Void void = 4;
hasVoid() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage
.dev.restate.service.protocol.Void void = 4;
hasVoid() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessageOrBuilder
.dev.restate.service.protocol.Void void = 4;
hasVoid() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage.Builder
.dev.restate.service.protocol.Void void = 4;
hasVoid() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage
.dev.restate.service.protocol.Void void = 4;
hasVoid() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessageOrBuilder
.dev.restate.service.protocol.Void void = 4;
hasVoid() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Void void = 4;
hasVoid() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCompletionNotificationMessage
.dev.restate.service.protocol.Void void = 4;
hasVoid() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.SleepCompletionNotificationMessageOrBuilder
.dev.restate.service.protocol.Void void = 4;
hasWorkflowTarget() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage.Builder
Target workflow target
hasWorkflowTarget() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage
Target workflow target
hasWorkflowTarget() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessageOrBuilder
Target workflow target
hasWorkflowTarget() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage.Builder
Target workflow target
hasWorkflowTarget() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage
Target workflow target
hasWorkflowTarget() - Method in interface dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessageOrBuilder
Target workflow target
header() - Method in interface dev.restate.sdk.core.statemachine.InvocationInput
 
headers() - Method in record class dev.restate.sdk.core.statemachine.StateMachine.Input
Returns the value of the headers record component.
HEADERS_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage
 
HEADERS_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage
 
HEADERS_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage
 

I

id() - Method in record class dev.restate.sdk.core.statemachine.NotificationId.CompletionId
Returns the value of the id record component.
id() - Method in record class dev.restate.sdk.core.statemachine.NotificationId.SignalId
Returns the value of the id record component.
ID_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage
 
ID_NOT_SET - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.IdCase
 
IDEMPOTENCY_KEY_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage
 
IDEMPOTENCY_KEY_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTarget
 
IDEMPOTENCY_KEY_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage
 
idempotencyKeyIsEmpty() - Static method in exception dev.restate.sdk.core.ProtocolException
 
IDEMPOTENT_REQUEST_TARGET - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage.TargetCase
 
IDEMPOTENT_REQUEST_TARGET - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage.TargetCase
 
IDEMPOTENT_REQUEST_TARGET_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage
 
IDEMPOTENT_REQUEST_TARGET_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage
 
IDX - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.SignalIdCase
 
IDX - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage.SignalIdCase
 
IDX_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage
 
IDX_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage
 
init(HeadersAccessor, EndpointRequestHandler.LoggingContextSetter) - Static method in interface dev.restate.sdk.core.statemachine.StateMachine
 
input() - Method in interface dev.restate.sdk.core.statemachine.StateMachine
 
Input - Class in dev.restate.sdk.core.generated.manifest
InputPayload
Input() - Constructor for class dev.restate.sdk.core.generated.manifest.Input
 
Input(InvocationId, Slice, Map<String, String>, String) - Constructor for record class dev.restate.sdk.core.statemachine.StateMachine.Input
Creates an instance of a Input record class.
inputClosedWhileWaitingEntries() - Static method in exception dev.restate.sdk.core.ProtocolException
 
InputCommandMessage - Enum constant in enum class dev.restate.sdk.core.statemachine.MessageType
 
InputCommandMessage_TYPE - Static variable in enum class dev.restate.sdk.core.statemachine.MessageType
 
INSTANCE - Static variable in record class dev.restate.sdk.core.statemachine.NotificationValue.Empty
 
INTERNAL_CODE - Static variable in exception dev.restate.sdk.core.ProtocolException
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage.Builder
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage.Builder
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage.Builder
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage.Builder
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallInvocationIdCompletionNotificationMessage.Builder
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallInvocationIdCompletionNotificationMessage
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearAllStateCommandMessage.Builder
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearAllStateCommandMessage
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearStateCommandMessage.Builder
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearStateCommandMessage
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CommandAckMessage.Builder
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CommandAckMessage
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage.Builder
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage.Builder
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage.Builder
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.EndMessage.Builder
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.EndMessage
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage.Builder
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Failure.Builder
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Failure
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage.Builder
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateKeysCommandMessage.Builder
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateKeysCommandMessage
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage.Builder
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage.Builder
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCommandMessage.Builder
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCommandMessage
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage.Builder
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCommandMessage.Builder
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCommandMessage
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCompletionNotificationMessage.Builder
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCompletionNotificationMessage
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCommandMessage.Builder
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCommandMessage
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage.Builder
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Header.Builder
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Header
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTarget.Builder
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTarget
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage.Builder
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.Builder
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage.Builder
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage.Builder
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCommandMessage.Builder
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCommandMessage
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage.Builder
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage.Builder
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCommandMessage.Builder
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCommandMessage
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage.Builder
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.Builder
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SetStateCommandMessage.Builder
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SetStateCommandMessage
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage.Builder
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCommandMessage.Builder
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCommandMessage
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCompletionNotificationMessage.Builder
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCompletionNotificationMessage
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.Builder
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.StateEntry.Builder
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.StateEntry
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StateKeys.Builder
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StateKeys
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage.Builder
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Value.Builder
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Value
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Void.Builder
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Void
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.WorkflowTarget.Builder
 
internalGetFieldAccessorTable() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.WorkflowTarget
 
internalGetValueMap() - Static method in enum class dev.restate.sdk.core.generated.discovery.Discovery.ServiceDiscoveryProtocolVersion
 
internalGetValueMap() - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.BuiltInSignal
 
internalGetValueMap() - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.ServiceProtocolVersion
 
INVOCATION_ID - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage.TargetCase
 
INVOCATION_ID - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage.TargetCase
 
INVOCATION_ID - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.ResultCase
 
INVOCATION_ID_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage
 
INVOCATION_ID_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.CallInvocationIdCompletionNotificationMessage
 
INVOCATION_ID_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage
 
INVOCATION_ID_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate
 
INVOCATION_ID_KEY - Static variable in interface dev.restate.sdk.core.EndpointRequestHandler.LoggingContextSetter
 
INVOCATION_ID_NOTIFICATION_IDX_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage
 
INVOCATION_ID_NOTIFICATION_IDX_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage
 
INVOCATION_STATUS_KEY - Static variable in interface dev.restate.sdk.core.EndpointRequestHandler.LoggingContextSetter
 
INVOCATION_TARGET_KEY - Static variable in interface dev.restate.sdk.core.EndpointRequestHandler.LoggingContextSetter
 
invocationId() - Method in record class dev.restate.sdk.core.statemachine.NotificationValue.InvocationId
Returns the value of the invocationId record component.
invocationId() - Method in record class dev.restate.sdk.core.statemachine.StateMachine.Input
Returns the value of the invocationId record component.
InvocationId(String) - Constructor for record class dev.restate.sdk.core.statemachine.NotificationValue.InvocationId
Creates an instance of a InvocationId record class.
invocationIdHandle() - Method in record class dev.restate.sdk.core.statemachine.StateMachine.CallHandle
Returns the value of the invocationIdHandle record component.
InvocationInput - Interface in dev.restate.sdk.core.statemachine
 
InvocationState - Enum Class in dev.restate.sdk.core.statemachine
 
INVOKE_TIME_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage
 
isCommand() - Method in enum class dev.restate.sdk.core.statemachine.MessageType
 
isCompleted(int) - Method in interface dev.restate.sdk.core.statemachine.StateMachine
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage.Builder
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage.Builder
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage.Builder
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage.Builder
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallInvocationIdCompletionNotificationMessage.Builder
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallInvocationIdCompletionNotificationMessage
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearAllStateCommandMessage.Builder
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearAllStateCommandMessage
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearStateCommandMessage.Builder
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearStateCommandMessage
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CommandAckMessage.Builder
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CommandAckMessage
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage.Builder
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage.Builder
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage.Builder
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.EndMessage.Builder
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.EndMessage
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage.Builder
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Failure.Builder
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Failure
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage.Builder
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateKeysCommandMessage.Builder
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateKeysCommandMessage
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage.Builder
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage.Builder
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCommandMessage.Builder
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCommandMessage
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage.Builder
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCommandMessage.Builder
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCommandMessage
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCompletionNotificationMessage.Builder
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCompletionNotificationMessage
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCommandMessage.Builder
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCommandMessage
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage.Builder
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Header.Builder
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Header
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTarget.Builder
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTarget
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage.Builder
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.Builder
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage.Builder
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage.Builder
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCommandMessage.Builder
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCommandMessage
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage.Builder
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage.Builder
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCommandMessage.Builder
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCommandMessage
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage.Builder
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.Builder
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SetStateCommandMessage.Builder
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SetStateCommandMessage
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage.Builder
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCommandMessage.Builder
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCommandMessage
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCompletionNotificationMessage.Builder
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCompletionNotificationMessage
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.Builder
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.StateEntry.Builder
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.StateEntry
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StateKeys.Builder
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StateKeys
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage.Builder
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Value.Builder
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Value
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Void.Builder
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Void
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.WorkflowTarget.Builder
 
isInitialized() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.WorkflowTarget
 
isNextAvailable() - Method in class dev.restate.sdk.core.statemachine.MessageDecoder
 
isNotification() - Method in enum class dev.restate.sdk.core.statemachine.MessageType
 
isTerminalException(Throwable) - Static method in class dev.restate.sdk.core.ExceptionUtils
 

K

key() - Method in record class dev.restate.sdk.core.statemachine.StateMachine.Input
Returns the value of the key record component.
KEY_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage
 
KEY_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.ClearStateCommandMessage
 
KEY_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage
 
KEY_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage
 
KEY_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCommandMessage
 
KEY_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCommandMessage
 
KEY_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.Header
 
KEY_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage
 
KEY_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCommandMessage
 
KEY_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.SetStateCommandMessage
 
KEY_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage
 
KEY_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.StateEntry
 
KEYS_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.StateKeys
 
KNOWN_ENTRIES_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage
 

M

MAX_SERVICE_PROTOCOL_VERSION - Static variable in class dev.restate.sdk.core.statemachine.ServiceProtocol
 
mergeCompletionFailure(Protocol.Failure) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage.Builder
.dev.restate.service.protocol.Failure completion_failure = 3;
mergeCompletionValue(Protocol.Value) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage.Builder
.dev.restate.service.protocol.Value completion_value = 2;
mergeFailure(Protocol.Failure) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Failure failure = 6;
mergeFailure(Protocol.Failure) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Failure failure = 6;
mergeFailure(Protocol.Failure) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage.Builder
.dev.restate.service.protocol.Failure failure = 3;
mergeFailure(Protocol.Failure) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Failure failure = 6;
mergeFailure(Protocol.Failure) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Failure failure = 6;
mergeFailure(Protocol.Failure) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Failure failure = 6;
mergeFailure(Protocol.Failure) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.Builder
.dev.restate.service.protocol.Failure failure = 6;
mergeFailure(Protocol.Failure) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage.Builder
.dev.restate.service.protocol.Failure failure = 15;
mergeFailure(Protocol.Failure) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Failure failure = 6;
mergeFailure(Protocol.Failure) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage.Builder
.dev.restate.service.protocol.Failure failure = 15;
mergeFailure(Protocol.Failure) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Failure failure = 6;
mergeFailure(Protocol.Failure) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.Builder
.dev.restate.service.protocol.Failure failure = 6;
mergeFailure(Protocol.Failure) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage.Builder
.dev.restate.service.protocol.Failure failure = 6;
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallInvocationIdCompletionNotificationMessage.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearAllStateCommandMessage.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearStateCommandMessage.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CommandAckMessage.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.EndMessage.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Failure.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateKeysCommandMessage.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCommandMessage.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCommandMessage.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCompletionNotificationMessage.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCommandMessage.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Header.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTarget.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCommandMessage.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCommandMessage.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SetStateCommandMessage.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCommandMessage.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCompletionNotificationMessage.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.StateEntry.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StateKeys.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Value.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Void.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.WorkflowTarget.Builder
 
mergeFrom(Message) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage.Builder
 
mergeFrom(Message) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage.Builder
 
mergeFrom(Message) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage.Builder
 
mergeFrom(Message) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage.Builder
 
mergeFrom(Message) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallInvocationIdCompletionNotificationMessage.Builder
 
mergeFrom(Message) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearAllStateCommandMessage.Builder
 
mergeFrom(Message) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearStateCommandMessage.Builder
 
mergeFrom(Message) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CommandAckMessage.Builder
 
mergeFrom(Message) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage.Builder
 
mergeFrom(Message) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage.Builder
 
mergeFrom(Message) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage.Builder
 
mergeFrom(Message) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.EndMessage.Builder
 
mergeFrom(Message) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage.Builder
 
mergeFrom(Message) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Failure.Builder
 
mergeFrom(Message) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage.Builder
 
mergeFrom(Message) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateKeysCommandMessage.Builder
 
mergeFrom(Message) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage.Builder
 
mergeFrom(Message) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage.Builder
 
mergeFrom(Message) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCommandMessage.Builder
 
mergeFrom(Message) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage.Builder
 
mergeFrom(Message) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCommandMessage.Builder
 
mergeFrom(Message) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCompletionNotificationMessage.Builder
 
mergeFrom(Message) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCommandMessage.Builder
 
mergeFrom(Message) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage.Builder
 
mergeFrom(Message) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Header.Builder
 
mergeFrom(Message) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTarget.Builder
 
mergeFrom(Message) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage.Builder
 
mergeFrom(Message) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.Builder
 
mergeFrom(Message) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage.Builder
 
mergeFrom(Message) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage.Builder
 
mergeFrom(Message) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCommandMessage.Builder
 
mergeFrom(Message) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage.Builder
 
mergeFrom(Message) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage.Builder
 
mergeFrom(Message) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCommandMessage.Builder
 
mergeFrom(Message) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage.Builder
 
mergeFrom(Message) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.Builder
 
mergeFrom(Message) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SetStateCommandMessage.Builder
 
mergeFrom(Message) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage.Builder
 
mergeFrom(Message) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCommandMessage.Builder
 
mergeFrom(Message) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCompletionNotificationMessage.Builder
 
mergeFrom(Message) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.Builder
 
mergeFrom(Message) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.StateEntry.Builder
 
mergeFrom(Message) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StateKeys.Builder
 
mergeFrom(Message) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage.Builder
 
mergeFrom(Message) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Value.Builder
 
mergeFrom(Message) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Void.Builder
 
mergeFrom(Message) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.WorkflowTarget.Builder
 
mergeFrom(Protocol.AttachInvocationCommandMessage) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage.Builder
 
mergeFrom(Protocol.AttachInvocationCompletionNotificationMessage) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage.Builder
 
mergeFrom(Protocol.CallCommandMessage) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage.Builder
 
mergeFrom(Protocol.CallCompletionNotificationMessage) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage.Builder
 
mergeFrom(Protocol.CallInvocationIdCompletionNotificationMessage) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallInvocationIdCompletionNotificationMessage.Builder
 
mergeFrom(Protocol.ClearAllStateCommandMessage) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearAllStateCommandMessage.Builder
 
mergeFrom(Protocol.ClearStateCommandMessage) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearStateCommandMessage.Builder
 
mergeFrom(Protocol.CommandAckMessage) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CommandAckMessage.Builder
 
mergeFrom(Protocol.CompleteAwakeableCommandMessage) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage.Builder
 
mergeFrom(Protocol.CompletePromiseCommandMessage) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage.Builder
 
mergeFrom(Protocol.CompletePromiseCompletionNotificationMessage) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage.Builder
 
mergeFrom(Protocol.EndMessage) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.EndMessage.Builder
 
mergeFrom(Protocol.ErrorMessage) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage.Builder
 
mergeFrom(Protocol.Failure) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Failure.Builder
 
mergeFrom(Protocol.GetEagerStateCommandMessage) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage.Builder
 
mergeFrom(Protocol.GetEagerStateKeysCommandMessage) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateKeysCommandMessage.Builder
 
mergeFrom(Protocol.GetInvocationOutputCommandMessage) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage.Builder
 
mergeFrom(Protocol.GetInvocationOutputCompletionNotificationMessage) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage.Builder
 
mergeFrom(Protocol.GetLazyStateCommandMessage) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCommandMessage.Builder
 
mergeFrom(Protocol.GetLazyStateCompletionNotificationMessage) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage.Builder
 
mergeFrom(Protocol.GetLazyStateKeysCommandMessage) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCommandMessage.Builder
 
mergeFrom(Protocol.GetLazyStateKeysCompletionNotificationMessage) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCompletionNotificationMessage.Builder
 
mergeFrom(Protocol.GetPromiseCommandMessage) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCommandMessage.Builder
 
mergeFrom(Protocol.GetPromiseCompletionNotificationMessage) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage.Builder
 
mergeFrom(Protocol.Header) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Header.Builder
 
mergeFrom(Protocol.IdempotentRequestTarget) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTarget.Builder
 
mergeFrom(Protocol.InputCommandMessage) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage.Builder
 
mergeFrom(Protocol.NotificationTemplate) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.Builder
 
mergeFrom(Protocol.OneWayCallCommandMessage) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage.Builder
 
mergeFrom(Protocol.OutputCommandMessage) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage.Builder
 
mergeFrom(Protocol.PeekPromiseCommandMessage) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCommandMessage.Builder
 
mergeFrom(Protocol.PeekPromiseCompletionNotificationMessage) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage.Builder
 
mergeFrom(Protocol.ProposeRunCompletionMessage) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage.Builder
 
mergeFrom(Protocol.RunCommandMessage) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCommandMessage.Builder
 
mergeFrom(Protocol.RunCompletionNotificationMessage) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage.Builder
 
mergeFrom(Protocol.SendSignalCommandMessage) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.Builder
 
mergeFrom(Protocol.SetStateCommandMessage) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SetStateCommandMessage.Builder
 
mergeFrom(Protocol.SignalNotificationMessage) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage.Builder
 
mergeFrom(Protocol.SleepCommandMessage) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCommandMessage.Builder
 
mergeFrom(Protocol.SleepCompletionNotificationMessage) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCompletionNotificationMessage.Builder
 
mergeFrom(Protocol.StartMessage) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.Builder
 
mergeFrom(Protocol.StartMessage.StateEntry) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.StateEntry.Builder
 
mergeFrom(Protocol.StateKeys) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StateKeys.Builder
 
mergeFrom(Protocol.SuspensionMessage) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage.Builder
 
mergeFrom(Protocol.Value) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Value.Builder
 
mergeFrom(Protocol.Void) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Void.Builder
 
mergeFrom(Protocol.WorkflowTarget) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.WorkflowTarget.Builder
 
mergeIdempotentRequestTarget(Protocol.IdempotentRequestTarget) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage.Builder
Target idempotent request
mergeIdempotentRequestTarget(Protocol.IdempotentRequestTarget) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage.Builder
Target idempotent request
mergeStateKeys(Protocol.StateKeys) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCompletionNotificationMessage.Builder
.dev.restate.service.protocol.StateKeys state_keys = 17;
mergeStateKeys(Protocol.StateKeys) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.Builder
.dev.restate.service.protocol.StateKeys state_keys = 17;
mergeValue(Protocol.StateKeys) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateKeysCommandMessage.Builder
.dev.restate.service.protocol.StateKeys value = 14;
mergeValue(Protocol.Value) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Value value = 5;
mergeValue(Protocol.Value) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Value value = 5;
mergeValue(Protocol.Value) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage.Builder
.dev.restate.service.protocol.Value value = 2;
mergeValue(Protocol.Value) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage.Builder
.dev.restate.service.protocol.Value value = 14;
mergeValue(Protocol.Value) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Value value = 5;
mergeValue(Protocol.Value) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Value value = 5;
mergeValue(Protocol.Value) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Value value = 5;
mergeValue(Protocol.Value) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage.Builder
.dev.restate.service.protocol.Value value = 14;
mergeValue(Protocol.Value) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.Builder
.dev.restate.service.protocol.Value value = 5;
mergeValue(Protocol.Value) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage.Builder
.dev.restate.service.protocol.Value value = 14;
mergeValue(Protocol.Value) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Value value = 5;
mergeValue(Protocol.Value) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Value value = 5;
mergeValue(Protocol.Value) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.Builder
.dev.restate.service.protocol.Value value = 5;
mergeValue(Protocol.Value) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SetStateCommandMessage.Builder
.dev.restate.service.protocol.Value value = 3;
mergeValue(Protocol.Value) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage.Builder
.dev.restate.service.protocol.Value value = 5;
mergeVoid(Protocol.Void) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Void void = 4;
mergeVoid(Protocol.Void) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage.Builder
.dev.restate.service.protocol.Void void = 13;
mergeVoid(Protocol.Void) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Void void = 4;
mergeVoid(Protocol.Void) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Void void = 4;
mergeVoid(Protocol.Void) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.Builder
.dev.restate.service.protocol.Void void = 4;
mergeVoid(Protocol.Void) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Void void = 4;
mergeVoid(Protocol.Void) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.Builder
.dev.restate.service.protocol.Void void = 4;
mergeVoid(Protocol.Void) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage.Builder
.dev.restate.service.protocol.Void void = 4;
mergeVoid(Protocol.Void) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Void void = 4;
mergeWorkflowTarget(Protocol.WorkflowTarget) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage.Builder
Target workflow target
mergeWorkflowTarget(Protocol.WorkflowTarget) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage.Builder
Target workflow target
message() - Method in interface dev.restate.sdk.core.statemachine.InvocationInput
 
MESSAGE_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage
 
MESSAGE_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.Failure
 
MessageDecoder - Class in dev.restate.sdk.core.statemachine
 
MessageDecoder() - Constructor for class dev.restate.sdk.core.statemachine.MessageDecoder
 
MessageHeader - Class in dev.restate.sdk.core.statemachine
 
MessageHeader(MessageType, int, int) - Constructor for class dev.restate.sdk.core.statemachine.MessageHeader
 
messageParser() - Method in enum class dev.restate.sdk.core.statemachine.MessageType
 
MessageType - Enum Class in dev.restate.sdk.core.statemachine
 
Metadata - Class in dev.restate.sdk.core.generated.manifest
Custom metadata of this handler definition.
Metadata() - Constructor for class dev.restate.sdk.core.generated.manifest.Metadata
 
Metadata__1 - Class in dev.restate.sdk.core.generated.manifest
Custom metadata of this service definition.
Metadata__1() - Constructor for class dev.restate.sdk.core.generated.manifest.Metadata__1
 
methodNotFound(String, String) - Static method in exception dev.restate.sdk.core.ProtocolException
 
MIN_SERVICE_PROTOCOL_VERSION - Static variable in class dev.restate.sdk.core.statemachine.ServiceProtocol
 

N

name() - Method in record class dev.restate.sdk.core.statemachine.NotificationId.SignalName
Returns the value of the name record component.
NAME - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.SignalIdCase
 
NAME - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage.SignalIdCase
 
NAME_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage
 
NAME_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage
 
NAME_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.ClearAllStateCommandMessage
 
NAME_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.ClearStateCommandMessage
 
NAME_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage
 
NAME_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage
 
NAME_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage
 
NAME_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateKeysCommandMessage
 
NAME_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage
 
NAME_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCommandMessage
 
NAME_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCommandMessage
 
NAME_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCommandMessage
 
NAME_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage
 
NAME_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage
 
NAME_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage
 
NAME_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCommandMessage
 
NAME_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.RunCommandMessage
 
NAME_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage
 
NAME_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.SetStateCommandMessage
 
NAME_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage
 
NAME_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCommandMessage
 
newBuilder() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage
 
newBuilder() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage
 
newBuilder() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage
 
newBuilder() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage
 
newBuilder() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CallInvocationIdCompletionNotificationMessage
 
newBuilder() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearAllStateCommandMessage
 
newBuilder() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearStateCommandMessage
 
newBuilder() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CommandAckMessage
 
newBuilder() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage
 
newBuilder() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage
 
newBuilder() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage
 
newBuilder() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.EndMessage
 
newBuilder() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage
 
newBuilder() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.Failure
 
newBuilder() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage
 
newBuilder() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateKeysCommandMessage
 
newBuilder() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage
 
newBuilder() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage
 
newBuilder() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCommandMessage
 
newBuilder() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage
 
newBuilder() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCommandMessage
 
newBuilder() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCompletionNotificationMessage
 
newBuilder() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCommandMessage
 
newBuilder() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage
 
newBuilder() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.Header
 
newBuilder() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTarget
 
newBuilder() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage
 
newBuilder() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate
 
newBuilder() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage
 
newBuilder() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage
 
newBuilder() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCommandMessage
 
newBuilder() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage
 
newBuilder() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage
 
newBuilder() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCommandMessage
 
newBuilder() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage
 
newBuilder() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage
 
newBuilder() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SetStateCommandMessage
 
newBuilder() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage
 
newBuilder() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCommandMessage
 
newBuilder() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCompletionNotificationMessage
 
newBuilder() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage
 
newBuilder() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.StateEntry
 
newBuilder() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.StateKeys
 
newBuilder() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage
 
newBuilder() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.Value
 
newBuilder() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.Void
 
newBuilder() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.WorkflowTarget
 
newBuilder(Protocol.AttachInvocationCommandMessage) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage
 
newBuilder(Protocol.AttachInvocationCompletionNotificationMessage) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage
 
newBuilder(Protocol.CallCommandMessage) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage
 
newBuilder(Protocol.CallCompletionNotificationMessage) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage
 
newBuilder(Protocol.CallInvocationIdCompletionNotificationMessage) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CallInvocationIdCompletionNotificationMessage
 
newBuilder(Protocol.ClearAllStateCommandMessage) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearAllStateCommandMessage
 
newBuilder(Protocol.ClearStateCommandMessage) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearStateCommandMessage
 
newBuilder(Protocol.CommandAckMessage) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CommandAckMessage
 
newBuilder(Protocol.CompleteAwakeableCommandMessage) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage
 
newBuilder(Protocol.CompletePromiseCommandMessage) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage
 
newBuilder(Protocol.CompletePromiseCompletionNotificationMessage) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage
 
newBuilder(Protocol.EndMessage) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.EndMessage
 
newBuilder(Protocol.ErrorMessage) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage
 
newBuilder(Protocol.Failure) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.Failure
 
newBuilder(Protocol.GetEagerStateCommandMessage) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage
 
newBuilder(Protocol.GetEagerStateKeysCommandMessage) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateKeysCommandMessage
 
newBuilder(Protocol.GetInvocationOutputCommandMessage) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage
 
newBuilder(Protocol.GetInvocationOutputCompletionNotificationMessage) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage
 
newBuilder(Protocol.GetLazyStateCommandMessage) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCommandMessage
 
newBuilder(Protocol.GetLazyStateCompletionNotificationMessage) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage
 
newBuilder(Protocol.GetLazyStateKeysCommandMessage) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCommandMessage
 
newBuilder(Protocol.GetLazyStateKeysCompletionNotificationMessage) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCompletionNotificationMessage
 
newBuilder(Protocol.GetPromiseCommandMessage) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCommandMessage
 
newBuilder(Protocol.GetPromiseCompletionNotificationMessage) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage
 
newBuilder(Protocol.Header) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.Header
 
newBuilder(Protocol.IdempotentRequestTarget) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTarget
 
newBuilder(Protocol.InputCommandMessage) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage
 
newBuilder(Protocol.NotificationTemplate) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate
 
newBuilder(Protocol.OneWayCallCommandMessage) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage
 
newBuilder(Protocol.OutputCommandMessage) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage
 
newBuilder(Protocol.PeekPromiseCommandMessage) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCommandMessage
 
newBuilder(Protocol.PeekPromiseCompletionNotificationMessage) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage
 
newBuilder(Protocol.ProposeRunCompletionMessage) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage
 
newBuilder(Protocol.RunCommandMessage) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCommandMessage
 
newBuilder(Protocol.RunCompletionNotificationMessage) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage
 
newBuilder(Protocol.SendSignalCommandMessage) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage
 
newBuilder(Protocol.SetStateCommandMessage) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SetStateCommandMessage
 
newBuilder(Protocol.SignalNotificationMessage) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage
 
newBuilder(Protocol.SleepCommandMessage) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCommandMessage
 
newBuilder(Protocol.SleepCompletionNotificationMessage) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCompletionNotificationMessage
 
newBuilder(Protocol.StartMessage) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage
 
newBuilder(Protocol.StartMessage.StateEntry) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.StateEntry
 
newBuilder(Protocol.StateKeys) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.StateKeys
 
newBuilder(Protocol.SuspensionMessage) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage
 
newBuilder(Protocol.Value) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.Value
 
newBuilder(Protocol.Void) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.Void
 
newBuilder(Protocol.WorkflowTarget) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.WorkflowTarget
 
newBuilderForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage
 
newBuilderForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage
 
newBuilderForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage
 
newBuilderForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage
 
newBuilderForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallInvocationIdCompletionNotificationMessage
 
newBuilderForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearAllStateCommandMessage
 
newBuilderForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearStateCommandMessage
 
newBuilderForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CommandAckMessage
 
newBuilderForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage
 
newBuilderForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage
 
newBuilderForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage
 
newBuilderForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.EndMessage
 
newBuilderForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage
 
newBuilderForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Failure
 
newBuilderForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage
 
newBuilderForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateKeysCommandMessage
 
newBuilderForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage
 
newBuilderForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage
 
newBuilderForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCommandMessage
 
newBuilderForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage
 
newBuilderForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCommandMessage
 
newBuilderForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCompletionNotificationMessage
 
newBuilderForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCommandMessage
 
newBuilderForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage
 
newBuilderForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Header
 
newBuilderForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTarget
 
newBuilderForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage
 
newBuilderForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate
 
newBuilderForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage
 
newBuilderForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage
 
newBuilderForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCommandMessage
 
newBuilderForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage
 
newBuilderForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage
 
newBuilderForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCommandMessage
 
newBuilderForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage
 
newBuilderForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage
 
newBuilderForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SetStateCommandMessage
 
newBuilderForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage
 
newBuilderForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCommandMessage
 
newBuilderForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCompletionNotificationMessage
 
newBuilderForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage
 
newBuilderForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.StateEntry
 
newBuilderForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StateKeys
 
newBuilderForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage
 
newBuilderForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Value
 
newBuilderForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Void
 
newBuilderForType() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.WorkflowTarget
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallInvocationIdCompletionNotificationMessage
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearAllStateCommandMessage
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearStateCommandMessage
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CommandAckMessage
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.EndMessage
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Failure
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateKeysCommandMessage
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCommandMessage
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCommandMessage
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCompletionNotificationMessage
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCommandMessage
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Header
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTarget
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCommandMessage
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCommandMessage
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SetStateCommandMessage
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCommandMessage
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCompletionNotificationMessage
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.StateEntry
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StateKeys
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Value
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Void
 
newBuilderForType(AbstractMessage.BuilderParent) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.WorkflowTarget
 
next() - Method in class dev.restate.sdk.core.statemachine.MessageDecoder
 
NEXT_RETRY_DELAY_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage
 
NotificationId - Interface in dev.restate.sdk.core.statemachine
 
NotificationId.CompletionId - Record Class in dev.restate.sdk.core.statemachine
 
NotificationId.SignalId - Record Class in dev.restate.sdk.core.statemachine
 
NotificationId.SignalName - Record Class in dev.restate.sdk.core.statemachine
 
NotificationValue - Interface in dev.restate.sdk.core.statemachine
 
NotificationValue.Empty - Record Class in dev.restate.sdk.core.statemachine
 
NotificationValue.Failure - Record Class in dev.restate.sdk.core.statemachine
 
NotificationValue.InvocationId - Record Class in dev.restate.sdk.core.statemachine
 
NotificationValue.StateKeys - Record Class in dev.restate.sdk.core.statemachine
 
NotificationValue.Success - Record Class in dev.restate.sdk.core.statemachine
 

O

of(MessageHeader, MessageLite) - Static method in interface dev.restate.sdk.core.statemachine.InvocationInput
 
offer(Slice) - Method in class dev.restate.sdk.core.statemachine.MessageDecoder
 
OneWayCallCommandMessage - Enum constant in enum class dev.restate.sdk.core.statemachine.MessageType
 
OneWayCallCommandMessage_TYPE - Static variable in enum class dev.restate.sdk.core.statemachine.MessageType
 
Output - Class in dev.restate.sdk.core.generated.manifest
OutputPayload
Output() - Constructor for class dev.restate.sdk.core.generated.manifest.Output
 
OutputCommandMessage - Enum constant in enum class dev.restate.sdk.core.statemachine.MessageType
 
OutputCommandMessage_TYPE - Static variable in enum class dev.restate.sdk.core.statemachine.MessageType
 

P

PARAMETER_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage
 
PARAMETER_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage
 
parse(long) - Static method in class dev.restate.sdk.core.statemachine.MessageHeader
 
parseDelimitedFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage
 
parseDelimitedFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage
 
parseDelimitedFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage
 
parseDelimitedFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage
 
parseDelimitedFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CallInvocationIdCompletionNotificationMessage
 
parseDelimitedFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearAllStateCommandMessage
 
parseDelimitedFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearStateCommandMessage
 
parseDelimitedFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CommandAckMessage
 
parseDelimitedFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage
 
parseDelimitedFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage
 
parseDelimitedFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage
 
parseDelimitedFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.EndMessage
 
parseDelimitedFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage
 
parseDelimitedFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.Failure
 
parseDelimitedFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage
 
parseDelimitedFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateKeysCommandMessage
 
parseDelimitedFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage
 
parseDelimitedFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage
 
parseDelimitedFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCommandMessage
 
parseDelimitedFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage
 
parseDelimitedFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCommandMessage
 
parseDelimitedFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCompletionNotificationMessage
 
parseDelimitedFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCommandMessage
 
parseDelimitedFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage
 
parseDelimitedFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.Header
 
parseDelimitedFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTarget
 
parseDelimitedFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage
 
parseDelimitedFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate
 
parseDelimitedFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage
 
parseDelimitedFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage
 
parseDelimitedFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCommandMessage
 
parseDelimitedFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage
 
parseDelimitedFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage
 
parseDelimitedFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCommandMessage
 
parseDelimitedFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage
 
parseDelimitedFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage
 
parseDelimitedFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SetStateCommandMessage
 
parseDelimitedFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage
 
parseDelimitedFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCommandMessage
 
parseDelimitedFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCompletionNotificationMessage
 
parseDelimitedFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage
 
parseDelimitedFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.StateEntry
 
parseDelimitedFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.StateKeys
 
parseDelimitedFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage
 
parseDelimitedFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.Value
 
parseDelimitedFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.Void
 
parseDelimitedFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.WorkflowTarget
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CallInvocationIdCompletionNotificationMessage
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearAllStateCommandMessage
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearStateCommandMessage
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CommandAckMessage
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.EndMessage
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.Failure
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateKeysCommandMessage
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCommandMessage
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCommandMessage
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCompletionNotificationMessage
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCommandMessage
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.Header
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTarget
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCommandMessage
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCommandMessage
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SetStateCommandMessage
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCommandMessage
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCompletionNotificationMessage
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.StateEntry
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.StateKeys
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.Value
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.Void
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.WorkflowTarget
 
parseFrom(byte[]) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage
 
parseFrom(byte[]) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage
 
parseFrom(byte[]) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage
 
parseFrom(byte[]) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage
 
parseFrom(byte[]) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CallInvocationIdCompletionNotificationMessage
 
parseFrom(byte[]) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearAllStateCommandMessage
 
parseFrom(byte[]) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearStateCommandMessage
 
parseFrom(byte[]) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CommandAckMessage
 
parseFrom(byte[]) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage
 
parseFrom(byte[]) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage
 
parseFrom(byte[]) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage
 
parseFrom(byte[]) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.EndMessage
 
parseFrom(byte[]) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage
 
parseFrom(byte[]) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.Failure
 
parseFrom(byte[]) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage
 
parseFrom(byte[]) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateKeysCommandMessage
 
parseFrom(byte[]) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage
 
parseFrom(byte[]) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage
 
parseFrom(byte[]) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCommandMessage
 
parseFrom(byte[]) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage
 
parseFrom(byte[]) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCommandMessage
 
parseFrom(byte[]) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCompletionNotificationMessage
 
parseFrom(byte[]) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCommandMessage
 
parseFrom(byte[]) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage
 
parseFrom(byte[]) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.Header
 
parseFrom(byte[]) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTarget
 
parseFrom(byte[]) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage
 
parseFrom(byte[]) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate
 
parseFrom(byte[]) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage
 
parseFrom(byte[]) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage
 
parseFrom(byte[]) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCommandMessage
 
parseFrom(byte[]) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage
 
parseFrom(byte[]) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage
 
parseFrom(byte[]) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCommandMessage
 
parseFrom(byte[]) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage
 
parseFrom(byte[]) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage
 
parseFrom(byte[]) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SetStateCommandMessage
 
parseFrom(byte[]) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage
 
parseFrom(byte[]) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCommandMessage
 
parseFrom(byte[]) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCompletionNotificationMessage
 
parseFrom(byte[]) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage
 
parseFrom(byte[]) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.StateEntry
 
parseFrom(byte[]) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.StateKeys
 
parseFrom(byte[]) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage
 
parseFrom(byte[]) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.Value
 
parseFrom(byte[]) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.Void
 
parseFrom(byte[]) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.WorkflowTarget
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CallInvocationIdCompletionNotificationMessage
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearAllStateCommandMessage
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearStateCommandMessage
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CommandAckMessage
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.EndMessage
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.Failure
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateKeysCommandMessage
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCommandMessage
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCommandMessage
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCompletionNotificationMessage
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCommandMessage
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.Header
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTarget
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCommandMessage
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCommandMessage
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SetStateCommandMessage
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCommandMessage
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCompletionNotificationMessage
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.StateEntry
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.StateKeys
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.Value
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.Void
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.WorkflowTarget
 
parseFrom(ByteString) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage
 
parseFrom(ByteString) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage
 
parseFrom(ByteString) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage
 
parseFrom(ByteString) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage
 
parseFrom(ByteString) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CallInvocationIdCompletionNotificationMessage
 
parseFrom(ByteString) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearAllStateCommandMessage
 
parseFrom(ByteString) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearStateCommandMessage
 
parseFrom(ByteString) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CommandAckMessage
 
parseFrom(ByteString) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage
 
parseFrom(ByteString) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage
 
parseFrom(ByteString) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage
 
parseFrom(ByteString) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.EndMessage
 
parseFrom(ByteString) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage
 
parseFrom(ByteString) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.Failure
 
parseFrom(ByteString) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage
 
parseFrom(ByteString) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateKeysCommandMessage
 
parseFrom(ByteString) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage
 
parseFrom(ByteString) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage
 
parseFrom(ByteString) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCommandMessage
 
parseFrom(ByteString) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage
 
parseFrom(ByteString) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCommandMessage
 
parseFrom(ByteString) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCompletionNotificationMessage
 
parseFrom(ByteString) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCommandMessage
 
parseFrom(ByteString) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage
 
parseFrom(ByteString) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.Header
 
parseFrom(ByteString) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTarget
 
parseFrom(ByteString) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage
 
parseFrom(ByteString) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate
 
parseFrom(ByteString) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage
 
parseFrom(ByteString) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage
 
parseFrom(ByteString) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCommandMessage
 
parseFrom(ByteString) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage
 
parseFrom(ByteString) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage
 
parseFrom(ByteString) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCommandMessage
 
parseFrom(ByteString) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage
 
parseFrom(ByteString) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage
 
parseFrom(ByteString) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SetStateCommandMessage
 
parseFrom(ByteString) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage
 
parseFrom(ByteString) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCommandMessage
 
parseFrom(ByteString) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCompletionNotificationMessage
 
parseFrom(ByteString) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage
 
parseFrom(ByteString) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.StateEntry
 
parseFrom(ByteString) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.StateKeys
 
parseFrom(ByteString) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage
 
parseFrom(ByteString) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.Value
 
parseFrom(ByteString) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.Void
 
parseFrom(ByteString) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.WorkflowTarget
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CallInvocationIdCompletionNotificationMessage
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearAllStateCommandMessage
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearStateCommandMessage
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CommandAckMessage
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.EndMessage
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.Failure
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateKeysCommandMessage
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCommandMessage
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCommandMessage
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCompletionNotificationMessage
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCommandMessage
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.Header
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTarget
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCommandMessage
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCommandMessage
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SetStateCommandMessage
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCommandMessage
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCompletionNotificationMessage
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.StateEntry
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.StateKeys
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.Value
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.Void
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.WorkflowTarget
 
parseFrom(CodedInputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage
 
parseFrom(CodedInputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage
 
parseFrom(CodedInputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage
 
parseFrom(CodedInputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage
 
parseFrom(CodedInputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CallInvocationIdCompletionNotificationMessage
 
parseFrom(CodedInputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearAllStateCommandMessage
 
parseFrom(CodedInputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearStateCommandMessage
 
parseFrom(CodedInputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CommandAckMessage
 
parseFrom(CodedInputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage
 
parseFrom(CodedInputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage
 
parseFrom(CodedInputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage
 
parseFrom(CodedInputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.EndMessage
 
parseFrom(CodedInputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage
 
parseFrom(CodedInputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.Failure
 
parseFrom(CodedInputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage
 
parseFrom(CodedInputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateKeysCommandMessage
 
parseFrom(CodedInputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage
 
parseFrom(CodedInputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage
 
parseFrom(CodedInputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCommandMessage
 
parseFrom(CodedInputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage
 
parseFrom(CodedInputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCommandMessage
 
parseFrom(CodedInputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCompletionNotificationMessage
 
parseFrom(CodedInputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCommandMessage
 
parseFrom(CodedInputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage
 
parseFrom(CodedInputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.Header
 
parseFrom(CodedInputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTarget
 
parseFrom(CodedInputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage
 
parseFrom(CodedInputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate
 
parseFrom(CodedInputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage
 
parseFrom(CodedInputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage
 
parseFrom(CodedInputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCommandMessage
 
parseFrom(CodedInputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage
 
parseFrom(CodedInputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage
 
parseFrom(CodedInputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCommandMessage
 
parseFrom(CodedInputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage
 
parseFrom(CodedInputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage
 
parseFrom(CodedInputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SetStateCommandMessage
 
parseFrom(CodedInputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage
 
parseFrom(CodedInputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCommandMessage
 
parseFrom(CodedInputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCompletionNotificationMessage
 
parseFrom(CodedInputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage
 
parseFrom(CodedInputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.StateEntry
 
parseFrom(CodedInputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.StateKeys
 
parseFrom(CodedInputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage
 
parseFrom(CodedInputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.Value
 
parseFrom(CodedInputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.Void
 
parseFrom(CodedInputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.WorkflowTarget
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CallInvocationIdCompletionNotificationMessage
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearAllStateCommandMessage
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearStateCommandMessage
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CommandAckMessage
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.EndMessage
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.Failure
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateKeysCommandMessage
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCommandMessage
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCommandMessage
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCompletionNotificationMessage
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCommandMessage
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.Header
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTarget
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCommandMessage
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCommandMessage
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SetStateCommandMessage
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCommandMessage
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCompletionNotificationMessage
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.StateEntry
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.StateKeys
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.Value
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.Void
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.WorkflowTarget
 
parseFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage
 
parseFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage
 
parseFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage
 
parseFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage
 
parseFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CallInvocationIdCompletionNotificationMessage
 
parseFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearAllStateCommandMessage
 
parseFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearStateCommandMessage
 
parseFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CommandAckMessage
 
parseFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage
 
parseFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage
 
parseFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage
 
parseFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.EndMessage
 
parseFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage
 
parseFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.Failure
 
parseFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage
 
parseFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateKeysCommandMessage
 
parseFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage
 
parseFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage
 
parseFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCommandMessage
 
parseFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage
 
parseFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCommandMessage
 
parseFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCompletionNotificationMessage
 
parseFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCommandMessage
 
parseFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage
 
parseFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.Header
 
parseFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTarget
 
parseFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage
 
parseFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate
 
parseFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage
 
parseFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage
 
parseFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCommandMessage
 
parseFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage
 
parseFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage
 
parseFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCommandMessage
 
parseFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage
 
parseFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage
 
parseFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SetStateCommandMessage
 
parseFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage
 
parseFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCommandMessage
 
parseFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCompletionNotificationMessage
 
parseFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage
 
parseFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.StateEntry
 
parseFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.StateKeys
 
parseFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage
 
parseFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.Value
 
parseFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.Void
 
parseFrom(InputStream) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.WorkflowTarget
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CallInvocationIdCompletionNotificationMessage
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearAllStateCommandMessage
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearStateCommandMessage
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CommandAckMessage
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.EndMessage
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.Failure
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateKeysCommandMessage
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCommandMessage
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCommandMessage
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCompletionNotificationMessage
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCommandMessage
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.Header
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTarget
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCommandMessage
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCommandMessage
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SetStateCommandMessage
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCommandMessage
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCompletionNotificationMessage
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.StateEntry
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.StateKeys
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.Value
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.Void
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.WorkflowTarget
 
parseFrom(ByteBuffer) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage
 
parseFrom(ByteBuffer) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage
 
parseFrom(ByteBuffer) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage
 
parseFrom(ByteBuffer) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage
 
parseFrom(ByteBuffer) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CallInvocationIdCompletionNotificationMessage
 
parseFrom(ByteBuffer) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearAllStateCommandMessage
 
parseFrom(ByteBuffer) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearStateCommandMessage
 
parseFrom(ByteBuffer) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CommandAckMessage
 
parseFrom(ByteBuffer) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage
 
parseFrom(ByteBuffer) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage
 
parseFrom(ByteBuffer) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage
 
parseFrom(ByteBuffer) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.EndMessage
 
parseFrom(ByteBuffer) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage
 
parseFrom(ByteBuffer) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.Failure
 
parseFrom(ByteBuffer) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage
 
parseFrom(ByteBuffer) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateKeysCommandMessage
 
parseFrom(ByteBuffer) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage
 
parseFrom(ByteBuffer) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage
 
parseFrom(ByteBuffer) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCommandMessage
 
parseFrom(ByteBuffer) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage
 
parseFrom(ByteBuffer) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCommandMessage
 
parseFrom(ByteBuffer) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCompletionNotificationMessage
 
parseFrom(ByteBuffer) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCommandMessage
 
parseFrom(ByteBuffer) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage
 
parseFrom(ByteBuffer) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.Header
 
parseFrom(ByteBuffer) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTarget
 
parseFrom(ByteBuffer) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage
 
parseFrom(ByteBuffer) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate
 
parseFrom(ByteBuffer) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage
 
parseFrom(ByteBuffer) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage
 
parseFrom(ByteBuffer) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCommandMessage
 
parseFrom(ByteBuffer) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage
 
parseFrom(ByteBuffer) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage
 
parseFrom(ByteBuffer) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCommandMessage
 
parseFrom(ByteBuffer) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage
 
parseFrom(ByteBuffer) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage
 
parseFrom(ByteBuffer) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SetStateCommandMessage
 
parseFrom(ByteBuffer) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage
 
parseFrom(ByteBuffer) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCommandMessage
 
parseFrom(ByteBuffer) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCompletionNotificationMessage
 
parseFrom(ByteBuffer) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage
 
parseFrom(ByteBuffer) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.StateEntry
 
parseFrom(ByteBuffer) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.StateKeys
 
parseFrom(ByteBuffer) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage
 
parseFrom(ByteBuffer) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.Value
 
parseFrom(ByteBuffer) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.Void
 
parseFrom(ByteBuffer) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.WorkflowTarget
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CallInvocationIdCompletionNotificationMessage
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearAllStateCommandMessage
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearStateCommandMessage
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CommandAckMessage
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.EndMessage
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.Failure
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateKeysCommandMessage
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCommandMessage
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCommandMessage
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCompletionNotificationMessage
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCommandMessage
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.Header
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTarget
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCommandMessage
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCommandMessage
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SetStateCommandMessage
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCommandMessage
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCompletionNotificationMessage
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.StateEntry
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.StateKeys
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.Value
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.Void
 
parseFrom(ByteBuffer, ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.WorkflowTarget
 
parser() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage
 
parser() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage
 
parser() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage
 
parser() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage
 
parser() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CallInvocationIdCompletionNotificationMessage
 
parser() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearAllStateCommandMessage
 
parser() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearStateCommandMessage
 
parser() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CommandAckMessage
 
parser() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage
 
parser() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage
 
parser() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage
 
parser() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.EndMessage
 
parser() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage
 
parser() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.Failure
 
parser() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage
 
parser() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateKeysCommandMessage
 
parser() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage
 
parser() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage
 
parser() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCommandMessage
 
parser() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage
 
parser() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCommandMessage
 
parser() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCompletionNotificationMessage
 
parser() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCommandMessage
 
parser() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage
 
parser() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.Header
 
parser() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTarget
 
parser() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage
 
parser() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate
 
parser() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage
 
parser() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage
 
parser() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCommandMessage
 
parser() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage
 
parser() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage
 
parser() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCommandMessage
 
parser() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage
 
parser() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage
 
parser() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SetStateCommandMessage
 
parser() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage
 
parser() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCommandMessage
 
parser() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCompletionNotificationMessage
 
parser() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage
 
parser() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.StateEntry
 
parser() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.StateKeys
 
parser() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage
 
parser() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.Value
 
parser() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.Void
 
parser() - Static method in class dev.restate.sdk.core.generated.protocol.Protocol.WorkflowTarget
 
PARTIAL_STATE_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage
 
PeekPromiseCommandMessage - Enum constant in enum class dev.restate.sdk.core.statemachine.MessageType
 
PeekPromiseCommandMessage_TYPE - Static variable in enum class dev.restate.sdk.core.statemachine.MessageType
 
PeekPromiseCompletionNotificationMessage - Enum constant in enum class dev.restate.sdk.core.statemachine.MessageType
 
PeekPromiseCompletionNotificationMessage_TYPE - Static variable in enum class dev.restate.sdk.core.statemachine.MessageType
 
PROCESSING - Enum constant in enum class dev.restate.sdk.core.statemachine.InvocationState
 
processorForRequest(String, HeadersAccessor, EndpointRequestHandler.LoggingContextSetter, Executor) - Method in class dev.restate.sdk.core.EndpointRequestHandler
 
promiseComplete(String, Slice) - Method in interface dev.restate.sdk.core.statemachine.StateMachine
 
promiseComplete(String, TerminalException) - Method in interface dev.restate.sdk.core.statemachine.StateMachine
 
promiseGet(String) - Method in interface dev.restate.sdk.core.statemachine.StateMachine
 
promisePeek(String) - Method in interface dev.restate.sdk.core.statemachine.StateMachine
 
proposeRunCompletion(int, Slice) - Method in interface dev.restate.sdk.core.statemachine.StateMachine
 
proposeRunCompletion(int, Throwable, Duration, RetryPolicy) - Method in interface dev.restate.sdk.core.statemachine.StateMachine
 
ProposeRunCompletionMessage - Enum constant in enum class dev.restate.sdk.core.statemachine.MessageType
 
ProposeRunCompletionMessage_TYPE - Static variable in enum class dev.restate.sdk.core.statemachine.MessageType
 
Protocol - Class in dev.restate.sdk.core.generated.protocol
 
Protocol.AttachInvocationCommandMessage - Class in dev.restate.sdk.core.generated.protocol
Completable: Yes Fallible: Yes Type: 0x0400 + 12
Protocol.AttachInvocationCommandMessage.Builder - Class in dev.restate.sdk.core.generated.protocol
Completable: Yes Fallible: Yes Type: 0x0400 + 12
Protocol.AttachInvocationCommandMessage.TargetCase - Enum Class in dev.restate.sdk.core.generated.protocol
 
Protocol.AttachInvocationCommandMessageOrBuilder - Interface in dev.restate.sdk.core.generated.protocol
 
Protocol.AttachInvocationCompletionNotificationMessage - Class in dev.restate.sdk.core.generated.protocol
Notification for AttachInvocationCommandMessage Type: 0x8000 + 12
Protocol.AttachInvocationCompletionNotificationMessage.Builder - Class in dev.restate.sdk.core.generated.protocol
Notification for AttachInvocationCommandMessage Type: 0x8000 + 12
Protocol.AttachInvocationCompletionNotificationMessage.ResultCase - Enum Class in dev.restate.sdk.core.generated.protocol
 
Protocol.AttachInvocationCompletionNotificationMessageOrBuilder - Interface in dev.restate.sdk.core.generated.protocol
 
Protocol.BuiltInSignal - Enum Class in dev.restate.sdk.core.generated.protocol
Protobuf enum dev.restate.service.protocol.BuiltInSignal
Protocol.CallCommandMessage - Class in dev.restate.sdk.core.generated.protocol
Completable: Yes (two notifications: one with invocation id, then one with the actual result) Fallible: Yes Type: 0x0400 + D
Protocol.CallCommandMessage.Builder - Class in dev.restate.sdk.core.generated.protocol
Completable: Yes (two notifications: one with invocation id, then one with the actual result) Fallible: Yes Type: 0x0400 + D
Protocol.CallCommandMessageOrBuilder - Interface in dev.restate.sdk.core.generated.protocol
 
Protocol.CallCompletionNotificationMessage - Class in dev.restate.sdk.core.generated.protocol
Notification for CallCommandMessage Type: 0x8000 + D
Protocol.CallCompletionNotificationMessage.Builder - Class in dev.restate.sdk.core.generated.protocol
Notification for CallCommandMessage Type: 0x8000 + D
Protocol.CallCompletionNotificationMessage.ResultCase - Enum Class in dev.restate.sdk.core.generated.protocol
 
Protocol.CallCompletionNotificationMessageOrBuilder - Interface in dev.restate.sdk.core.generated.protocol
 
Protocol.CallInvocationIdCompletionNotificationMessage - Class in dev.restate.sdk.core.generated.protocol
Notification for CallCommandMessage and OneWayCallCommandMessage Type: 0x8000 + E
Protocol.CallInvocationIdCompletionNotificationMessage.Builder - Class in dev.restate.sdk.core.generated.protocol
Notification for CallCommandMessage and OneWayCallCommandMessage Type: 0x8000 + E
Protocol.CallInvocationIdCompletionNotificationMessageOrBuilder - Interface in dev.restate.sdk.core.generated.protocol
 
Protocol.ClearAllStateCommandMessage - Class in dev.restate.sdk.core.generated.protocol
Completable: No Fallible: No Type: 0x0400 + 5
Protocol.ClearAllStateCommandMessage.Builder - Class in dev.restate.sdk.core.generated.protocol
Completable: No Fallible: No Type: 0x0400 + 5
Protocol.ClearAllStateCommandMessageOrBuilder - Interface in dev.restate.sdk.core.generated.protocol
 
Protocol.ClearStateCommandMessage - Class in dev.restate.sdk.core.generated.protocol
Completable: No Fallible: No Type: 0x0400 + 4
Protocol.ClearStateCommandMessage.Builder - Class in dev.restate.sdk.core.generated.protocol
Completable: No Fallible: No Type: 0x0400 + 4
Protocol.ClearStateCommandMessageOrBuilder - Interface in dev.restate.sdk.core.generated.protocol
 
Protocol.CommandAckMessage - Class in dev.restate.sdk.core.generated.protocol
Type: 0x0000 + 4
Protocol.CommandAckMessage.Builder - Class in dev.restate.sdk.core.generated.protocol
Type: 0x0000 + 4
Protocol.CommandAckMessageOrBuilder - Interface in dev.restate.sdk.core.generated.protocol
 
Protocol.CompleteAwakeableCommandMessage - Class in dev.restate.sdk.core.generated.protocol
We have this for backward compatibility, because we need to parse both old and new awakeable id.
Protocol.CompleteAwakeableCommandMessage.Builder - Class in dev.restate.sdk.core.generated.protocol
We have this for backward compatibility, because we need to parse both old and new awakeable id.
Protocol.CompleteAwakeableCommandMessage.ResultCase - Enum Class in dev.restate.sdk.core.generated.protocol
 
Protocol.CompleteAwakeableCommandMessageOrBuilder - Interface in dev.restate.sdk.core.generated.protocol
 
Protocol.CompletePromiseCommandMessage - Class in dev.restate.sdk.core.generated.protocol
Completable: Yes Fallible: No Type: 0x0400 + B
Protocol.CompletePromiseCommandMessage.Builder - Class in dev.restate.sdk.core.generated.protocol
Completable: Yes Fallible: No Type: 0x0400 + B
Protocol.CompletePromiseCommandMessage.CompletionCase - Enum Class in dev.restate.sdk.core.generated.protocol
 
Protocol.CompletePromiseCommandMessageOrBuilder - Interface in dev.restate.sdk.core.generated.protocol
 
Protocol.CompletePromiseCompletionNotificationMessage - Class in dev.restate.sdk.core.generated.protocol
Notification for CompletePromiseCommandMessage Type: 0x8000 + B
Protocol.CompletePromiseCompletionNotificationMessage.Builder - Class in dev.restate.sdk.core.generated.protocol
Notification for CompletePromiseCommandMessage Type: 0x8000 + B
Protocol.CompletePromiseCompletionNotificationMessage.ResultCase - Enum Class in dev.restate.sdk.core.generated.protocol
 
Protocol.CompletePromiseCompletionNotificationMessageOrBuilder - Interface in dev.restate.sdk.core.generated.protocol
 
Protocol.EndMessage - Class in dev.restate.sdk.core.generated.protocol
Type: 0x0000 + 3 Implementations MUST send this message when the invocation lifecycle ends.
Protocol.EndMessage.Builder - Class in dev.restate.sdk.core.generated.protocol
Type: 0x0000 + 3 Implementations MUST send this message when the invocation lifecycle ends.
Protocol.EndMessageOrBuilder - Interface in dev.restate.sdk.core.generated.protocol
 
Protocol.ErrorMessage - Class in dev.restate.sdk.core.generated.protocol
Type: 0x0000 + 2
Protocol.ErrorMessage.Builder - Class in dev.restate.sdk.core.generated.protocol
Type: 0x0000 + 2
Protocol.ErrorMessageOrBuilder - Interface in dev.restate.sdk.core.generated.protocol
 
Protocol.Failure - Class in dev.restate.sdk.core.generated.protocol
This failure object carries user visible errors, e.g.
Protocol.Failure.Builder - Class in dev.restate.sdk.core.generated.protocol
This failure object carries user visible errors, e.g.
Protocol.FailureOrBuilder - Interface in dev.restate.sdk.core.generated.protocol
 
Protocol.GetEagerStateCommandMessage - Class in dev.restate.sdk.core.generated.protocol
Completable: No Fallible: No Type: 0x0400 + 7
Protocol.GetEagerStateCommandMessage.Builder - Class in dev.restate.sdk.core.generated.protocol
Completable: No Fallible: No Type: 0x0400 + 7
Protocol.GetEagerStateCommandMessage.ResultCase - Enum Class in dev.restate.sdk.core.generated.protocol
 
Protocol.GetEagerStateCommandMessageOrBuilder - Interface in dev.restate.sdk.core.generated.protocol
 
Protocol.GetEagerStateKeysCommandMessage - Class in dev.restate.sdk.core.generated.protocol
Completable: No Fallible: No Type: 0x0400 + 8
Protocol.GetEagerStateKeysCommandMessage.Builder - Class in dev.restate.sdk.core.generated.protocol
Completable: No Fallible: No Type: 0x0400 + 8
Protocol.GetEagerStateKeysCommandMessageOrBuilder - Interface in dev.restate.sdk.core.generated.protocol
 
Protocol.GetInvocationOutputCommandMessage - Class in dev.restate.sdk.core.generated.protocol
Completable: Yes Fallible: Yes Type: 0x0400 + 13
Protocol.GetInvocationOutputCommandMessage.Builder - Class in dev.restate.sdk.core.generated.protocol
Completable: Yes Fallible: Yes Type: 0x0400 + 13
Protocol.GetInvocationOutputCommandMessage.TargetCase - Enum Class in dev.restate.sdk.core.generated.protocol
 
Protocol.GetInvocationOutputCommandMessageOrBuilder - Interface in dev.restate.sdk.core.generated.protocol
 
Protocol.GetInvocationOutputCompletionNotificationMessage - Class in dev.restate.sdk.core.generated.protocol
Notification for GetInvocationOutputCommandMessage Type: 0x8000 + 13
Protocol.GetInvocationOutputCompletionNotificationMessage.Builder - Class in dev.restate.sdk.core.generated.protocol
Notification for GetInvocationOutputCommandMessage Type: 0x8000 + 13
Protocol.GetInvocationOutputCompletionNotificationMessage.ResultCase - Enum Class in dev.restate.sdk.core.generated.protocol
 
Protocol.GetInvocationOutputCompletionNotificationMessageOrBuilder - Interface in dev.restate.sdk.core.generated.protocol
 
Protocol.GetLazyStateCommandMessage - Class in dev.restate.sdk.core.generated.protocol
Completable: Yes Fallible: No Type: 0x0400 + 2
Protocol.GetLazyStateCommandMessage.Builder - Class in dev.restate.sdk.core.generated.protocol
Completable: Yes Fallible: No Type: 0x0400 + 2
Protocol.GetLazyStateCommandMessageOrBuilder - Interface in dev.restate.sdk.core.generated.protocol
 
Protocol.GetLazyStateCompletionNotificationMessage - Class in dev.restate.sdk.core.generated.protocol
Notification for GetLazyStateCommandMessage Type: 0x8000 + 2
Protocol.GetLazyStateCompletionNotificationMessage.Builder - Class in dev.restate.sdk.core.generated.protocol
Notification for GetLazyStateCommandMessage Type: 0x8000 + 2
Protocol.GetLazyStateCompletionNotificationMessage.ResultCase - Enum Class in dev.restate.sdk.core.generated.protocol
 
Protocol.GetLazyStateCompletionNotificationMessageOrBuilder - Interface in dev.restate.sdk.core.generated.protocol
 
Protocol.GetLazyStateKeysCommandMessage - Class in dev.restate.sdk.core.generated.protocol
Completable: Yes Fallible: No Type: 0x0400 + 6
Protocol.GetLazyStateKeysCommandMessage.Builder - Class in dev.restate.sdk.core.generated.protocol
Completable: Yes Fallible: No Type: 0x0400 + 6
Protocol.GetLazyStateKeysCommandMessageOrBuilder - Interface in dev.restate.sdk.core.generated.protocol
 
Protocol.GetLazyStateKeysCompletionNotificationMessage - Class in dev.restate.sdk.core.generated.protocol
Notification for GetLazyStateKeysCommandMessage Type: 0x8000 + 6
Protocol.GetLazyStateKeysCompletionNotificationMessage.Builder - Class in dev.restate.sdk.core.generated.protocol
Notification for GetLazyStateKeysCommandMessage Type: 0x8000 + 6
Protocol.GetLazyStateKeysCompletionNotificationMessageOrBuilder - Interface in dev.restate.sdk.core.generated.protocol
 
Protocol.GetPromiseCommandMessage - Class in dev.restate.sdk.core.generated.protocol
Completable: Yes Fallible: No Type: 0x0400 + 9
Protocol.GetPromiseCommandMessage.Builder - Class in dev.restate.sdk.core.generated.protocol
Completable: Yes Fallible: No Type: 0x0400 + 9
Protocol.GetPromiseCommandMessageOrBuilder - Interface in dev.restate.sdk.core.generated.protocol
 
Protocol.GetPromiseCompletionNotificationMessage - Class in dev.restate.sdk.core.generated.protocol
Notification for GetPromiseCommandMessage Type: 0x8000 + 9
Protocol.GetPromiseCompletionNotificationMessage.Builder - Class in dev.restate.sdk.core.generated.protocol
Notification for GetPromiseCommandMessage Type: 0x8000 + 9
Protocol.GetPromiseCompletionNotificationMessage.ResultCase - Enum Class in dev.restate.sdk.core.generated.protocol
 
Protocol.GetPromiseCompletionNotificationMessageOrBuilder - Interface in dev.restate.sdk.core.generated.protocol
 
Protocol.Header - Class in dev.restate.sdk.core.generated.protocol
Protobuf type dev.restate.service.protocol.Header
Protocol.Header.Builder - Class in dev.restate.sdk.core.generated.protocol
Protobuf type dev.restate.service.protocol.Header
Protocol.HeaderOrBuilder - Interface in dev.restate.sdk.core.generated.protocol
 
Protocol.IdempotentRequestTarget - Class in dev.restate.sdk.core.generated.protocol
Protobuf type dev.restate.service.protocol.IdempotentRequestTarget
Protocol.IdempotentRequestTarget.Builder - Class in dev.restate.sdk.core.generated.protocol
Protobuf type dev.restate.service.protocol.IdempotentRequestTarget
Protocol.IdempotentRequestTargetOrBuilder - Interface in dev.restate.sdk.core.generated.protocol
 
Protocol.InputCommandMessage - Class in dev.restate.sdk.core.generated.protocol
Completable: No Fallible: No Type: 0x0400 + 0
Protocol.InputCommandMessage.Builder - Class in dev.restate.sdk.core.generated.protocol
Completable: No Fallible: No Type: 0x0400 + 0
Protocol.InputCommandMessageOrBuilder - Interface in dev.restate.sdk.core.generated.protocol
 
Protocol.NotificationTemplate - Class in dev.restate.sdk.core.generated.protocol
A notification message follows the following duck-type:
Protocol.NotificationTemplate.Builder - Class in dev.restate.sdk.core.generated.protocol
A notification message follows the following duck-type:
Protocol.NotificationTemplate.IdCase - Enum Class in dev.restate.sdk.core.generated.protocol
 
Protocol.NotificationTemplate.ResultCase - Enum Class in dev.restate.sdk.core.generated.protocol
 
Protocol.NotificationTemplateOrBuilder - Interface in dev.restate.sdk.core.generated.protocol
 
Protocol.OneWayCallCommandMessage - Class in dev.restate.sdk.core.generated.protocol
Completable: Yes (only one notification with invocation id) Fallible: Yes Type: 0x0400 + E
Protocol.OneWayCallCommandMessage.Builder - Class in dev.restate.sdk.core.generated.protocol
Completable: Yes (only one notification with invocation id) Fallible: Yes Type: 0x0400 + E
Protocol.OneWayCallCommandMessageOrBuilder - Interface in dev.restate.sdk.core.generated.protocol
 
Protocol.OutputCommandMessage - Class in dev.restate.sdk.core.generated.protocol
Completable: No Fallible: No Type: 0x0400 + 1
Protocol.OutputCommandMessage.Builder - Class in dev.restate.sdk.core.generated.protocol
Completable: No Fallible: No Type: 0x0400 + 1
Protocol.OutputCommandMessage.ResultCase - Enum Class in dev.restate.sdk.core.generated.protocol
 
Protocol.OutputCommandMessageOrBuilder - Interface in dev.restate.sdk.core.generated.protocol
 
Protocol.PeekPromiseCommandMessage - Class in dev.restate.sdk.core.generated.protocol
Completable: Yes Fallible: No Type: 0x0400 + A
Protocol.PeekPromiseCommandMessage.Builder - Class in dev.restate.sdk.core.generated.protocol
Completable: Yes Fallible: No Type: 0x0400 + A
Protocol.PeekPromiseCommandMessageOrBuilder - Interface in dev.restate.sdk.core.generated.protocol
 
Protocol.PeekPromiseCompletionNotificationMessage - Class in dev.restate.sdk.core.generated.protocol
Notification for PeekPromiseCommandMessage Type: 0x8000 + A
Protocol.PeekPromiseCompletionNotificationMessage.Builder - Class in dev.restate.sdk.core.generated.protocol
Notification for PeekPromiseCommandMessage Type: 0x8000 + A
Protocol.PeekPromiseCompletionNotificationMessage.ResultCase - Enum Class in dev.restate.sdk.core.generated.protocol
 
Protocol.PeekPromiseCompletionNotificationMessageOrBuilder - Interface in dev.restate.sdk.core.generated.protocol
 
Protocol.ProposeRunCompletionMessage - Class in dev.restate.sdk.core.generated.protocol
This is a special control message to propose ctx.run completions to the runtime.
Protocol.ProposeRunCompletionMessage.Builder - Class in dev.restate.sdk.core.generated.protocol
This is a special control message to propose ctx.run completions to the runtime.
Protocol.ProposeRunCompletionMessage.ResultCase - Enum Class in dev.restate.sdk.core.generated.protocol
 
Protocol.ProposeRunCompletionMessageOrBuilder - Interface in dev.restate.sdk.core.generated.protocol
 
Protocol.RunCommandMessage - Class in dev.restate.sdk.core.generated.protocol
Proposals for Run completions are sent through ProposeRunCompletionMessage Completable: Yes Fallible: No Type: 0x0400 + 11
Protocol.RunCommandMessage.Builder - Class in dev.restate.sdk.core.generated.protocol
Proposals for Run completions are sent through ProposeRunCompletionMessage Completable: Yes Fallible: No Type: 0x0400 + 11
Protocol.RunCommandMessageOrBuilder - Interface in dev.restate.sdk.core.generated.protocol
 
Protocol.RunCompletionNotificationMessage - Class in dev.restate.sdk.core.generated.protocol
Notification for RunCommandMessage Type: 0x8000 + 11
Protocol.RunCompletionNotificationMessage.Builder - Class in dev.restate.sdk.core.generated.protocol
Notification for RunCommandMessage Type: 0x8000 + 11
Protocol.RunCompletionNotificationMessage.ResultCase - Enum Class in dev.restate.sdk.core.generated.protocol
 
Protocol.RunCompletionNotificationMessageOrBuilder - Interface in dev.restate.sdk.core.generated.protocol
 
Protocol.SendSignalCommandMessage - Class in dev.restate.sdk.core.generated.protocol
Completable: No Fallible: Yes Type: 0x04000 + 10
Protocol.SendSignalCommandMessage.Builder - Class in dev.restate.sdk.core.generated.protocol
Completable: No Fallible: Yes Type: 0x04000 + 10
Protocol.SendSignalCommandMessage.ResultCase - Enum Class in dev.restate.sdk.core.generated.protocol
 
Protocol.SendSignalCommandMessage.SignalIdCase - Enum Class in dev.restate.sdk.core.generated.protocol
 
Protocol.SendSignalCommandMessageOrBuilder - Interface in dev.restate.sdk.core.generated.protocol
 
Protocol.ServiceProtocolVersion - Enum Class in dev.restate.sdk.core.generated.protocol
Service protocol version.
Protocol.SetStateCommandMessage - Class in dev.restate.sdk.core.generated.protocol
Completable: No Fallible: No Type: 0x0400 + 3
Protocol.SetStateCommandMessage.Builder - Class in dev.restate.sdk.core.generated.protocol
Completable: No Fallible: No Type: 0x0400 + 3
Protocol.SetStateCommandMessageOrBuilder - Interface in dev.restate.sdk.core.generated.protocol
 
Protocol.SignalNotificationMessage - Class in dev.restate.sdk.core.generated.protocol
Notification message for signals Type: 0xFBFF
Protocol.SignalNotificationMessage.Builder - Class in dev.restate.sdk.core.generated.protocol
Notification message for signals Type: 0xFBFF
Protocol.SignalNotificationMessage.ResultCase - Enum Class in dev.restate.sdk.core.generated.protocol
 
Protocol.SignalNotificationMessage.SignalIdCase - Enum Class in dev.restate.sdk.core.generated.protocol
 
Protocol.SignalNotificationMessageOrBuilder - Interface in dev.restate.sdk.core.generated.protocol
 
Protocol.SleepCommandMessage - Class in dev.restate.sdk.core.generated.protocol
Completable: Yes Fallible: No Type: 0x0400 + C
Protocol.SleepCommandMessage.Builder - Class in dev.restate.sdk.core.generated.protocol
Completable: Yes Fallible: No Type: 0x0400 + C
Protocol.SleepCommandMessageOrBuilder - Interface in dev.restate.sdk.core.generated.protocol
 
Protocol.SleepCompletionNotificationMessage - Class in dev.restate.sdk.core.generated.protocol
Notification for SleepCommandMessage Type: 0x8000 + C
Protocol.SleepCompletionNotificationMessage.Builder - Class in dev.restate.sdk.core.generated.protocol
Notification for SleepCommandMessage Type: 0x8000 + C
Protocol.SleepCompletionNotificationMessageOrBuilder - Interface in dev.restate.sdk.core.generated.protocol
 
Protocol.StartMessage - Class in dev.restate.sdk.core.generated.protocol
Type: 0x0000 + 0
Protocol.StartMessage.Builder - Class in dev.restate.sdk.core.generated.protocol
Type: 0x0000 + 0
Protocol.StartMessage.StateEntry - Class in dev.restate.sdk.core.generated.protocol
Protobuf type dev.restate.service.protocol.StartMessage.StateEntry
Protocol.StartMessage.StateEntry.Builder - Class in dev.restate.sdk.core.generated.protocol
Protobuf type dev.restate.service.protocol.StartMessage.StateEntry
Protocol.StartMessage.StateEntryOrBuilder - Interface in dev.restate.sdk.core.generated.protocol
 
Protocol.StartMessageOrBuilder - Interface in dev.restate.sdk.core.generated.protocol
 
Protocol.StateKeys - Class in dev.restate.sdk.core.generated.protocol
Protobuf type dev.restate.service.protocol.StateKeys
Protocol.StateKeys.Builder - Class in dev.restate.sdk.core.generated.protocol
Protobuf type dev.restate.service.protocol.StateKeys
Protocol.StateKeysOrBuilder - Interface in dev.restate.sdk.core.generated.protocol
 
Protocol.SuspensionMessage - Class in dev.restate.sdk.core.generated.protocol
Type: 0x0000 + 1 Implementations MUST send this message when suspending an invocation.
Protocol.SuspensionMessage.Builder - Class in dev.restate.sdk.core.generated.protocol
Type: 0x0000 + 1 Implementations MUST send this message when suspending an invocation.
Protocol.SuspensionMessageOrBuilder - Interface in dev.restate.sdk.core.generated.protocol
 
Protocol.Value - Class in dev.restate.sdk.core.generated.protocol
Protobuf type dev.restate.service.protocol.Value
Protocol.Value.Builder - Class in dev.restate.sdk.core.generated.protocol
Protobuf type dev.restate.service.protocol.Value
Protocol.ValueOrBuilder - Interface in dev.restate.sdk.core.generated.protocol
 
Protocol.Void - Class in dev.restate.sdk.core.generated.protocol
Protobuf type dev.restate.service.protocol.Void
Protocol.Void.Builder - Class in dev.restate.sdk.core.generated.protocol
Protobuf type dev.restate.service.protocol.Void
Protocol.VoidOrBuilder - Interface in dev.restate.sdk.core.generated.protocol
 
Protocol.WorkflowTarget - Class in dev.restate.sdk.core.generated.protocol
Protobuf type dev.restate.service.protocol.WorkflowTarget
Protocol.WorkflowTarget.Builder - Class in dev.restate.sdk.core.generated.protocol
Protobuf type dev.restate.service.protocol.WorkflowTarget
Protocol.WorkflowTargetOrBuilder - Interface in dev.restate.sdk.core.generated.protocol
 
ProtocolException - Exception in dev.restate.sdk.core
 
ProtocolException(String, int) - Constructor for exception dev.restate.sdk.core.ProtocolException
 
ProtocolException(String, int, Throwable) - Constructor for exception dev.restate.sdk.core.ProtocolException
 

R

ReadFromInput() - Constructor for record class dev.restate.sdk.core.statemachine.StateMachine.DoProgressResponse.ReadFromInput
Creates an instance of a ReadFromInput record class.
registerAllExtensions(ExtensionRegistry) - Static method in class dev.restate.sdk.core.generated.discovery.Discovery
 
registerAllExtensions(ExtensionRegistry) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.discovery.Discovery
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class dev.restate.sdk.core.generated.protocol.Protocol
 
RELATED_COMMAND_INDEX_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage
 
RELATED_COMMAND_NAME_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage
 
RELATED_COMMAND_TYPE_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage
 
removeHeaders(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage.Builder
repeated .dev.restate.service.protocol.Header headers = 4;
removeHeaders(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage.Builder
repeated .dev.restate.service.protocol.Header headers = 1;
removeHeaders(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage.Builder
repeated .dev.restate.service.protocol.Header headers = 5;
removeStateMap(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.Builder
protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
REPLAYING - Enum constant in enum class dev.restate.sdk.core.statemachine.InvocationState
 
REQUEST_RESPONSE - Enum constant in enum class dev.restate.sdk.core.generated.manifest.EndpointManifestSchema.ProtocolMode
 
RequestProcessor - Interface in dev.restate.sdk.core
Resolved handler for an invocation.
responseContentType() - Method in interface dev.restate.sdk.core.RequestProcessor
 
RestateContextDataProvider - Class in dev.restate.sdk.core
Log4j2 ContextDataProvider inferring context from HandlerRunner.HANDLER_CONTEXT_THREAD_LOCAL.
RestateContextDataProvider() - Constructor for class dev.restate.sdk.core.RestateContextDataProvider
 
RESULT_COMPLETION_ID_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage
 
RESULT_COMPLETION_ID_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage
 
RESULT_COMPLETION_ID_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage
 
RESULT_COMPLETION_ID_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage
 
RESULT_COMPLETION_ID_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCommandMessage
 
RESULT_COMPLETION_ID_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCommandMessage
 
RESULT_COMPLETION_ID_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCommandMessage
 
RESULT_COMPLETION_ID_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCommandMessage
 
RESULT_COMPLETION_ID_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage
 
RESULT_COMPLETION_ID_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.RunCommandMessage
 
RESULT_COMPLETION_ID_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCommandMessage
 
RESULT_NOT_SET - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage.ResultCase
 
RESULT_NOT_SET - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage.ResultCase
 
RESULT_NOT_SET - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage.ResultCase
 
RESULT_NOT_SET - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage.ResultCase
 
RESULT_NOT_SET - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage.ResultCase
 
RESULT_NOT_SET - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage.ResultCase
 
RESULT_NOT_SET - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage.ResultCase
 
RESULT_NOT_SET - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage.ResultCase
 
RESULT_NOT_SET - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.ResultCase
 
RESULT_NOT_SET - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage.ResultCase
 
RESULT_NOT_SET - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage.ResultCase
 
RESULT_NOT_SET - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage.ResultCase
 
RESULT_NOT_SET - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage.ResultCase
 
RESULT_NOT_SET - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.ResultCase
 
RESULT_NOT_SET - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage.ResultCase
 
resultHandle() - Method in record class dev.restate.sdk.core.statemachine.StateMachine.CallHandle
Returns the value of the resultHandle record component.
RETRY_COUNT_SINCE_LAST_STORED_ENTRY_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage
 
run(String) - Method in interface dev.restate.sdk.core.statemachine.StateMachine
 
RunCommandMessage - Enum constant in enum class dev.restate.sdk.core.statemachine.MessageType
 
RunCommandMessage_TYPE - Static variable in enum class dev.restate.sdk.core.statemachine.MessageType
 
RunCompletionNotificationMessage - Enum constant in enum class dev.restate.sdk.core.statemachine.MessageType
 
RunCompletionNotificationMessage_TYPE - Static variable in enum class dev.restate.sdk.core.statemachine.MessageType
 

S

send(Target, Slice, String, Collection<Map.Entry<String, String>>, Duration) - Method in interface dev.restate.sdk.core.statemachine.StateMachine
 
SendSignalCommandMessage - Enum constant in enum class dev.restate.sdk.core.statemachine.MessageType
 
SendSignalCommandMessage_TYPE - Static variable in enum class dev.restate.sdk.core.statemachine.MessageType
 
Service - Class in dev.restate.sdk.core.generated.manifest
Service
Service() - Constructor for class dev.restate.sdk.core.generated.manifest.Service
 
SERVICE - Enum constant in enum class dev.restate.sdk.core.generated.manifest.Service.Ty
 
SERVICE_DISCOVERY_PROTOCOL_VERSION_UNSPECIFIED - Enum constant in enum class dev.restate.sdk.core.generated.discovery.Discovery.ServiceDiscoveryProtocolVersion
SERVICE_DISCOVERY_PROTOCOL_VERSION_UNSPECIFIED = 0;
SERVICE_DISCOVERY_PROTOCOL_VERSION_UNSPECIFIED_VALUE - Static variable in enum class dev.restate.sdk.core.generated.discovery.Discovery.ServiceDiscoveryProtocolVersion
SERVICE_DISCOVERY_PROTOCOL_VERSION_UNSPECIFIED = 0;
SERVICE_KEY_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTarget
 
SERVICE_NAME_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage
 
SERVICE_NAME_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTarget
 
SERVICE_NAME_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage
 
SERVICE_PROTOCOL_VERSION_UNSPECIFIED - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.ServiceProtocolVersion
SERVICE_PROTOCOL_VERSION_UNSPECIFIED = 0;
SERVICE_PROTOCOL_VERSION_UNSPECIFIED_VALUE - Static variable in enum class dev.restate.sdk.core.generated.protocol.Protocol.ServiceProtocolVersion
SERVICE_PROTOCOL_VERSION_UNSPECIFIED = 0;
Service.Ty - Enum Class in dev.restate.sdk.core.generated.manifest
ServiceType
ServiceProtocol - Class in dev.restate.sdk.core.statemachine
 
ServiceProtocol() - Constructor for class dev.restate.sdk.core.statemachine.ServiceProtocol
 
set(String, String) - Method in interface dev.restate.sdk.core.EndpointRequestHandler.LoggingContextSetter
 
setAdditionalProperty(String, String) - Method in class dev.restate.sdk.core.generated.manifest.Metadata__1
 
setAdditionalProperty(String, String) - Method in class dev.restate.sdk.core.generated.manifest.Metadata
 
setAwakeableId(String) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage.Builder
string awakeable_id = 1;
setAwakeableIdBytes(ByteString) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage.Builder
string awakeable_id = 1;
setCode(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage.Builder
The code can be any HTTP status code, as described https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml.
setCode(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Failure.Builder
The code can be any HTTP status code, as described https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml.
setCommandIndex(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CommandAckMessage.Builder
uint32 command_index = 1;
setCompletionFailure(Protocol.Failure) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage.Builder
.dev.restate.service.protocol.Failure completion_failure = 3;
setCompletionFailure(Protocol.Failure.Builder) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage.Builder
.dev.restate.service.protocol.Failure completion_failure = 3;
setCompletionId(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage.Builder
uint32 completion_id = 1;
setCompletionId(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage.Builder
uint32 completion_id = 1;
setCompletionId(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallInvocationIdCompletionNotificationMessage.Builder
uint32 completion_id = 1;
setCompletionId(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage.Builder
uint32 completion_id = 1;
setCompletionId(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage.Builder
uint32 completion_id = 1;
setCompletionId(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage.Builder
uint32 completion_id = 1;
setCompletionId(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCompletionNotificationMessage.Builder
uint32 completion_id = 1;
setCompletionId(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage.Builder
uint32 completion_id = 1;
setCompletionId(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.Builder
uint32 completion_id = 1;
setCompletionId(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage.Builder
uint32 completion_id = 1;
setCompletionId(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage.Builder
uint32 completion_id = 1;
setCompletionId(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCompletionNotificationMessage.Builder
uint32 completion_id = 1;
setCompletionValue(Protocol.Value) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage.Builder
.dev.restate.service.protocol.Value completion_value = 2;
setCompletionValue(Protocol.Value.Builder) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage.Builder
.dev.restate.service.protocol.Value completion_value = 2;
setContent(ByteString) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Value.Builder
bytes content = 1;
setContentType(String) - Method in class dev.restate.sdk.core.generated.manifest.Input
Content type of the input.
setContentType(String) - Method in class dev.restate.sdk.core.generated.manifest.Output
Content type set on output.
setDebugId(String) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.Builder
Invocation id that can be used for logging.
setDebugIdBytes(ByteString) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.Builder
Invocation id that can be used for logging.
setDocumentation(String) - Method in class dev.restate.sdk.core.generated.manifest.Handler
Documentation for this handler definition.
setDocumentation(String) - Method in class dev.restate.sdk.core.generated.manifest.Service
Documentation for this service definition.
setDurationSinceLastStoredEntry(long) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.Builder
Duration since the last stored entry, in milliseconds.
setEntryName(String) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.Builder
Cannot use the field 'name' here because used above
setEntryNameBytes(ByteString) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.Builder
Cannot use the field 'name' here because used above
setFailure(Protocol.Failure) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Failure failure = 6;
setFailure(Protocol.Failure) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Failure failure = 6;
setFailure(Protocol.Failure) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage.Builder
.dev.restate.service.protocol.Failure failure = 3;
setFailure(Protocol.Failure) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Failure failure = 6;
setFailure(Protocol.Failure) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Failure failure = 6;
setFailure(Protocol.Failure) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Failure failure = 6;
setFailure(Protocol.Failure) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.Builder
.dev.restate.service.protocol.Failure failure = 6;
setFailure(Protocol.Failure) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage.Builder
.dev.restate.service.protocol.Failure failure = 15;
setFailure(Protocol.Failure) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Failure failure = 6;
setFailure(Protocol.Failure) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage.Builder
.dev.restate.service.protocol.Failure failure = 15;
setFailure(Protocol.Failure) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Failure failure = 6;
setFailure(Protocol.Failure) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.Builder
.dev.restate.service.protocol.Failure failure = 6;
setFailure(Protocol.Failure) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage.Builder
.dev.restate.service.protocol.Failure failure = 6;
setFailure(Protocol.Failure.Builder) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Failure failure = 6;
setFailure(Protocol.Failure.Builder) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Failure failure = 6;
setFailure(Protocol.Failure.Builder) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage.Builder
.dev.restate.service.protocol.Failure failure = 3;
setFailure(Protocol.Failure.Builder) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Failure failure = 6;
setFailure(Protocol.Failure.Builder) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Failure failure = 6;
setFailure(Protocol.Failure.Builder) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Failure failure = 6;
setFailure(Protocol.Failure.Builder) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.Builder
.dev.restate.service.protocol.Failure failure = 6;
setFailure(Protocol.Failure.Builder) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage.Builder
.dev.restate.service.protocol.Failure failure = 15;
setFailure(Protocol.Failure.Builder) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Failure failure = 6;
setFailure(Protocol.Failure.Builder) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage.Builder
.dev.restate.service.protocol.Failure failure = 15;
setFailure(Protocol.Failure.Builder) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Failure failure = 6;
setFailure(Protocol.Failure.Builder) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.Builder
.dev.restate.service.protocol.Failure failure = 6;
setFailure(Protocol.Failure.Builder) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage.Builder
.dev.restate.service.protocol.Failure failure = 6;
setHandlerName(String) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage.Builder
string handler_name = 2;
setHandlerName(String) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTarget.Builder
string handler_name = 3;
setHandlerName(String) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage.Builder
string handler_name = 2;
setHandlerNameBytes(ByteString) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage.Builder
string handler_name = 2;
setHandlerNameBytes(ByteString) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTarget.Builder
string handler_name = 3;
setHandlerNameBytes(ByteString) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage.Builder
string handler_name = 2;
setHandlers(List<Handler>) - Method in class dev.restate.sdk.core.generated.manifest.Service
(Required)
setHeaders(int, Protocol.Header) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage.Builder
repeated .dev.restate.service.protocol.Header headers = 4;
setHeaders(int, Protocol.Header) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage.Builder
repeated .dev.restate.service.protocol.Header headers = 1;
setHeaders(int, Protocol.Header) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage.Builder
repeated .dev.restate.service.protocol.Header headers = 5;
setHeaders(int, Protocol.Header.Builder) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage.Builder
repeated .dev.restate.service.protocol.Header headers = 4;
setHeaders(int, Protocol.Header.Builder) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage.Builder
repeated .dev.restate.service.protocol.Header headers = 1;
setHeaders(int, Protocol.Header.Builder) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage.Builder
repeated .dev.restate.service.protocol.Header headers = 5;
setId(ByteString) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.Builder
Unique id of the invocation.
setIdempotencyKey(String) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage.Builder
If present, it must be non empty.
setIdempotencyKey(String) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTarget.Builder
string idempotency_key = 4;
setIdempotencyKey(String) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage.Builder
If present, it must be non empty.
setIdempotencyKeyBytes(ByteString) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage.Builder
If present, it must be non empty.
setIdempotencyKeyBytes(ByteString) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTarget.Builder
string idempotency_key = 4;
setIdempotencyKeyBytes(ByteString) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage.Builder
If present, it must be non empty.
setIdempotentRequestTarget(Protocol.IdempotentRequestTarget) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage.Builder
Target idempotent request
setIdempotentRequestTarget(Protocol.IdempotentRequestTarget) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage.Builder
Target idempotent request
setIdempotentRequestTarget(Protocol.IdempotentRequestTarget.Builder) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage.Builder
Target idempotent request
setIdempotentRequestTarget(Protocol.IdempotentRequestTarget.Builder) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage.Builder
Target idempotent request
setIdx(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.Builder
uint32 idx = 2;
setIdx(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage.Builder
uint32 idx = 2;
setInput(Input) - Method in class dev.restate.sdk.core.generated.manifest.Handler
InputPayload
setInvocationId(String) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage.Builder
Target invocation id
setInvocationId(String) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallInvocationIdCompletionNotificationMessage.Builder
string invocation_id = 16;
setInvocationId(String) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage.Builder
Target invocation id
setInvocationId(String) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.Builder
Used by specific commands
setInvocationIdBytes(ByteString) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage.Builder
Target invocation id
setInvocationIdBytes(ByteString) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallInvocationIdCompletionNotificationMessage.Builder
string invocation_id = 16;
setInvocationIdBytes(ByteString) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage.Builder
Target invocation id
setInvocationIdBytes(ByteString) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.Builder
Used by specific commands
setInvocationIdNotificationIdx(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage.Builder
uint32 invocation_id_notification_idx = 10;
setInvocationIdNotificationIdx(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage.Builder
uint32 invocation_id_notification_idx = 10;
setInvokeTime(long) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage.Builder
Time when this BackgroundInvoke should be executed.
setJsonSchema(Object) - Method in class dev.restate.sdk.core.generated.manifest.Input
 
setJsonSchema(Object) - Method in class dev.restate.sdk.core.generated.manifest.Output
 
setKey(ByteString) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearStateCommandMessage.Builder
bytes key = 1;
setKey(ByteString) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage.Builder
bytes key = 1;
setKey(ByteString) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCommandMessage.Builder
bytes key = 1;
setKey(ByteString) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SetStateCommandMessage.Builder
bytes key = 1;
setKey(ByteString) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.StateEntry.Builder
bytes key = 1;
setKey(String) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage.Builder
If this invocation has a key associated (e.g.
setKey(String) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage.Builder
string key = 1;
setKey(String) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCommandMessage.Builder
string key = 1;
setKey(String) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Header.Builder
string key = 1;
setKey(String) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage.Builder
If this invocation has a key associated (e.g.
setKey(String) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCommandMessage.Builder
string key = 1;
setKey(String) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.Builder
If this invocation has a key associated (e.g.
setKeyBytes(ByteString) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage.Builder
If this invocation has a key associated (e.g.
setKeyBytes(ByteString) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage.Builder
string key = 1;
setKeyBytes(ByteString) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCommandMessage.Builder
string key = 1;
setKeyBytes(ByteString) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Header.Builder
string key = 1;
setKeyBytes(ByteString) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage.Builder
If this invocation has a key associated (e.g.
setKeyBytes(ByteString) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCommandMessage.Builder
string key = 1;
setKeyBytes(ByteString) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.Builder
If this invocation has a key associated (e.g.
setKeys(int, ByteString) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StateKeys.Builder
repeated bytes keys = 1;
setKnownEntries(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.Builder
This is the sum of known commands + notifications
setMaxProtocolVersion(Integer) - Method in class dev.restate.sdk.core.generated.manifest.EndpointManifestSchema
Maximum supported protocol version (Required)
setMessage(String) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage.Builder
Contains a concise error message, e.g.
setMessage(String) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Failure.Builder
Contains a concise error message, e.g.
setMessageBytes(ByteString) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage.Builder
Contains a concise error message, e.g.
setMessageBytes(ByteString) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Failure.Builder
Contains a concise error message, e.g.
setMetadata(Metadata) - Method in class dev.restate.sdk.core.generated.manifest.Handler
Custom metadata of this handler definition.
setMetadata(Metadata__1) - Method in class dev.restate.sdk.core.generated.manifest.Service
Custom metadata of this service definition.
setMinProtocolVersion(Integer) - Method in class dev.restate.sdk.core.generated.manifest.EndpointManifestSchema
Minimum supported protocol version (Required)
setName(String) - Method in class dev.restate.sdk.core.generated.manifest.Handler
(Required)
setName(String) - Method in class dev.restate.sdk.core.generated.manifest.Service
(Required)
setName(String) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage.Builder
string name = 12;
setName(String) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage.Builder
string name = 12;
setName(String) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearAllStateCommandMessage.Builder
Entry name
setName(String) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearStateCommandMessage.Builder
Entry name
setName(String) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage.Builder
Cannot use the field 'name' here because used above
setName(String) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage.Builder
string name = 12;
setName(String) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage.Builder
Entry name
setName(String) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateKeysCommandMessage.Builder
Entry name
setName(String) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage.Builder
string name = 12;
setName(String) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCommandMessage.Builder
string name = 12;
setName(String) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCommandMessage.Builder
string name = 12;
setName(String) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCommandMessage.Builder
string name = 12;
setName(String) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage.Builder
Entry name
setName(String) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage.Builder
string name = 12;
setName(String) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage.Builder
Entry name
setName(String) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCommandMessage.Builder
string name = 12;
setName(String) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCommandMessage.Builder
string name = 12;
setName(String) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.Builder
string name = 3;
setName(String) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SetStateCommandMessage.Builder
Entry name
setName(String) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage.Builder
string name = 3;
setName(String) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCommandMessage.Builder
string name = 12;
setNameBytes(ByteString) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage.Builder
string name = 12;
setNameBytes(ByteString) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage.Builder
string name = 12;
setNameBytes(ByteString) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearAllStateCommandMessage.Builder
Entry name
setNameBytes(ByteString) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearStateCommandMessage.Builder
Entry name
setNameBytes(ByteString) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage.Builder
Cannot use the field 'name' here because used above
setNameBytes(ByteString) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage.Builder
string name = 12;
setNameBytes(ByteString) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage.Builder
Entry name
setNameBytes(ByteString) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateKeysCommandMessage.Builder
Entry name
setNameBytes(ByteString) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage.Builder
string name = 12;
setNameBytes(ByteString) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCommandMessage.Builder
string name = 12;
setNameBytes(ByteString) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCommandMessage.Builder
string name = 12;
setNameBytes(ByteString) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCommandMessage.Builder
string name = 12;
setNameBytes(ByteString) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage.Builder
Entry name
setNameBytes(ByteString) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage.Builder
string name = 12;
setNameBytes(ByteString) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage.Builder
Entry name
setNameBytes(ByteString) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCommandMessage.Builder
string name = 12;
setNameBytes(ByteString) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCommandMessage.Builder
string name = 12;
setNameBytes(ByteString) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.Builder
string name = 3;
setNameBytes(ByteString) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SetStateCommandMessage.Builder
Entry name
setNameBytes(ByteString) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage.Builder
string name = 3;
setNameBytes(ByteString) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCommandMessage.Builder
string name = 12;
setNextRetryDelay(long) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage.Builder
Delay before executing the next retry, specified as duration in milliseconds.
setOutput(Output) - Method in class dev.restate.sdk.core.generated.manifest.Handler
OutputPayload
setParameter(ByteString) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage.Builder
bytes parameter = 3;
setParameter(ByteString) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage.Builder
bytes parameter = 3;
setPartialState(boolean) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.Builder
bool partial_state = 5;
setProtocolMode(EndpointManifestSchema.ProtocolMode) - Method in class dev.restate.sdk.core.generated.manifest.EndpointManifestSchema
ProtocolMode
setRelatedCommandIndex(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage.Builder
Command that caused the failure.
setRelatedCommandName(String) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage.Builder
Name of the entry that caused the failure.
setRelatedCommandNameBytes(ByteString) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage.Builder
Name of the entry that caused the failure.
setRelatedCommandType(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage.Builder
Command type.
setRequired(Boolean) - Method in class dev.restate.sdk.core.generated.manifest.Input
If true, a body MUST be sent with a content-type, even if the body length is zero.
setResultCompletionId(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage.Builder
uint32 result_completion_id = 11;
setResultCompletionId(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage.Builder
uint32 result_completion_id = 11;
setResultCompletionId(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage.Builder
uint32 result_completion_id = 11;
setResultCompletionId(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage.Builder
uint32 result_completion_id = 11;
setResultCompletionId(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCommandMessage.Builder
uint32 result_completion_id = 11;
setResultCompletionId(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCommandMessage.Builder
uint32 result_completion_id = 11;
setResultCompletionId(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCommandMessage.Builder
uint32 result_completion_id = 11;
setResultCompletionId(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCommandMessage.Builder
uint32 result_completion_id = 11;
setResultCompletionId(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage.Builder
uint32 result_completion_id = 1;
setResultCompletionId(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCommandMessage.Builder
uint32 result_completion_id = 11;
setResultCompletionId(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCommandMessage.Builder
uint32 result_completion_id = 11;
setRetryCountSinceLastStoredEntry(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.Builder
Retry count since the last stored entry.
setServiceKey(String) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTarget.Builder
optional string service_key = 2;
setServiceKeyBytes(ByteString) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTarget.Builder
optional string service_key = 2;
setServiceName(String) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage.Builder
string service_name = 1;
setServiceName(String) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTarget.Builder
string service_name = 1;
setServiceName(String) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage.Builder
string service_name = 1;
setServiceNameBytes(ByteString) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage.Builder
string service_name = 1;
setServiceNameBytes(ByteString) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTarget.Builder
string service_name = 1;
setServiceNameBytes(ByteString) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage.Builder
string service_name = 1;
setServices(List<Service>) - Method in class dev.restate.sdk.core.generated.manifest.EndpointManifestSchema
(Required)
setSetContentTypeIfEmpty(Boolean) - Method in class dev.restate.sdk.core.generated.manifest.Output
If true, the specified content-type is set even if the output is empty.
setSignalId(int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.Builder
uint32 signal_id = 2;
setSignalName(String) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.Builder
string signal_name = 3;
setSignalNameBytes(ByteString) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.Builder
string signal_name = 3;
setStacktrace(String) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage.Builder
The exception stacktrace, if available.
setStacktraceBytes(ByteString) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage.Builder
The exception stacktrace, if available.
SetStateCommandMessage - Enum constant in enum class dev.restate.sdk.core.statemachine.MessageType
 
SetStateCommandMessage_TYPE - Static variable in enum class dev.restate.sdk.core.statemachine.MessageType
 
setStateKeys(Protocol.StateKeys) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCompletionNotificationMessage.Builder
.dev.restate.service.protocol.StateKeys state_keys = 17;
setStateKeys(Protocol.StateKeys) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.Builder
.dev.restate.service.protocol.StateKeys state_keys = 17;
setStateKeys(Protocol.StateKeys.Builder) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCompletionNotificationMessage.Builder
.dev.restate.service.protocol.StateKeys state_keys = 17;
setStateKeys(Protocol.StateKeys.Builder) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.Builder
.dev.restate.service.protocol.StateKeys state_keys = 17;
setStateMap(int, Protocol.StartMessage.StateEntry) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.Builder
protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
setStateMap(int, Protocol.StartMessage.StateEntry.Builder) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.Builder
protolint:disable:next REPEATED_FIELD_NAMES_PLURALIZED
setTargetInvocationId(String) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.Builder
string target_invocation_id = 1;
setTargetInvocationIdBytes(ByteString) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.Builder
string target_invocation_id = 1;
setTy(Handler.Ty) - Method in class dev.restate.sdk.core.generated.manifest.Handler
HandlerType
setTy(Service.Ty) - Method in class dev.restate.sdk.core.generated.manifest.Service
ServiceType
setValue(ByteString) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage.Builder
bytes value = 14;
setValue(ByteString) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.StateEntry.Builder
If value is an empty byte array, then it means the value is empty and not "missing" (e.g.
setValue(Protocol.StateKeys) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateKeysCommandMessage.Builder
.dev.restate.service.protocol.StateKeys value = 14;
setValue(Protocol.StateKeys.Builder) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateKeysCommandMessage.Builder
.dev.restate.service.protocol.StateKeys value = 14;
setValue(Protocol.Value) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Value value = 5;
setValue(Protocol.Value) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Value value = 5;
setValue(Protocol.Value) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage.Builder
.dev.restate.service.protocol.Value value = 2;
setValue(Protocol.Value) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage.Builder
.dev.restate.service.protocol.Value value = 14;
setValue(Protocol.Value) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Value value = 5;
setValue(Protocol.Value) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Value value = 5;
setValue(Protocol.Value) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Value value = 5;
setValue(Protocol.Value) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage.Builder
.dev.restate.service.protocol.Value value = 14;
setValue(Protocol.Value) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.Builder
.dev.restate.service.protocol.Value value = 5;
setValue(Protocol.Value) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage.Builder
.dev.restate.service.protocol.Value value = 14;
setValue(Protocol.Value) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Value value = 5;
setValue(Protocol.Value) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Value value = 5;
setValue(Protocol.Value) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.Builder
.dev.restate.service.protocol.Value value = 5;
setValue(Protocol.Value) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SetStateCommandMessage.Builder
.dev.restate.service.protocol.Value value = 3;
setValue(Protocol.Value) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage.Builder
.dev.restate.service.protocol.Value value = 5;
setValue(Protocol.Value.Builder) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Value value = 5;
setValue(Protocol.Value.Builder) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Value value = 5;
setValue(Protocol.Value.Builder) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage.Builder
.dev.restate.service.protocol.Value value = 2;
setValue(Protocol.Value.Builder) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage.Builder
.dev.restate.service.protocol.Value value = 14;
setValue(Protocol.Value.Builder) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Value value = 5;
setValue(Protocol.Value.Builder) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Value value = 5;
setValue(Protocol.Value.Builder) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Value value = 5;
setValue(Protocol.Value.Builder) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage.Builder
.dev.restate.service.protocol.Value value = 14;
setValue(Protocol.Value.Builder) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.Builder
.dev.restate.service.protocol.Value value = 5;
setValue(Protocol.Value.Builder) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage.Builder
.dev.restate.service.protocol.Value value = 14;
setValue(Protocol.Value.Builder) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Value value = 5;
setValue(Protocol.Value.Builder) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Value value = 5;
setValue(Protocol.Value.Builder) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.Builder
.dev.restate.service.protocol.Value value = 5;
setValue(Protocol.Value.Builder) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SetStateCommandMessage.Builder
.dev.restate.service.protocol.Value value = 3;
setValue(Protocol.Value.Builder) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage.Builder
.dev.restate.service.protocol.Value value = 5;
setValue(String) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Header.Builder
string value = 2;
setValueBytes(ByteString) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Header.Builder
string value = 2;
setVoid(Protocol.Void) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Void void = 4;
setVoid(Protocol.Void) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage.Builder
.dev.restate.service.protocol.Void void = 13;
setVoid(Protocol.Void) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Void void = 4;
setVoid(Protocol.Void) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Void void = 4;
setVoid(Protocol.Void) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.Builder
.dev.restate.service.protocol.Void void = 4;
setVoid(Protocol.Void) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Void void = 4;
setVoid(Protocol.Void) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.Builder
.dev.restate.service.protocol.Void void = 4;
setVoid(Protocol.Void) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage.Builder
.dev.restate.service.protocol.Void void = 4;
setVoid(Protocol.Void) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Void void = 4;
setVoid(Protocol.Void.Builder) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Void void = 4;
setVoid(Protocol.Void.Builder) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage.Builder
.dev.restate.service.protocol.Void void = 13;
setVoid(Protocol.Void.Builder) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Void void = 4;
setVoid(Protocol.Void.Builder) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Void void = 4;
setVoid(Protocol.Void.Builder) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.Builder
.dev.restate.service.protocol.Void void = 4;
setVoid(Protocol.Void.Builder) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Void void = 4;
setVoid(Protocol.Void.Builder) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.Builder
.dev.restate.service.protocol.Void void = 4;
setVoid(Protocol.Void.Builder) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage.Builder
.dev.restate.service.protocol.Void void = 4;
setVoid(Protocol.Void.Builder) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCompletionNotificationMessage.Builder
.dev.restate.service.protocol.Void void = 4;
setWaitingCompletions(int, int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage.Builder
repeated uint32 waiting_completions = 1;
setWaitingNamedSignals(int, String) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage.Builder
repeated string waiting_named_signals = 3;
setWaitingSignals(int, int) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage.Builder
repeated uint32 waiting_signals = 2;
setWakeUpTime(long) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCommandMessage.Builder
Wake up time.
setWorkflowKey(String) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.WorkflowTarget.Builder
string workflow_key = 2;
setWorkflowKeyBytes(ByteString) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.WorkflowTarget.Builder
string workflow_key = 2;
setWorkflowName(String) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.WorkflowTarget.Builder
string workflow_name = 1;
setWorkflowNameBytes(ByteString) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.WorkflowTarget.Builder
string workflow_name = 1;
setWorkflowTarget(Protocol.WorkflowTarget) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage.Builder
Target workflow target
setWorkflowTarget(Protocol.WorkflowTarget) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage.Builder
Target workflow target
setWorkflowTarget(Protocol.WorkflowTarget.Builder) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage.Builder
Target workflow target
setWorkflowTarget(Protocol.WorkflowTarget.Builder) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage.Builder
Target workflow target
SHARED - Enum constant in enum class dev.restate.sdk.core.generated.manifest.Handler.Ty
 
SIGNAL_ID - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.IdCase
 
SIGNAL_ID_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate
 
SIGNAL_NAME - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.IdCase
 
SIGNAL_NAME_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate
 
SignalId(int) - Constructor for record class dev.restate.sdk.core.statemachine.NotificationId.SignalId
Creates an instance of a SignalId record class.
SIGNALID_NOT_SET - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.SignalIdCase
 
SIGNALID_NOT_SET - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage.SignalIdCase
 
SignalName(String) - Constructor for record class dev.restate.sdk.core.statemachine.NotificationId.SignalName
Creates an instance of a SignalName record class.
SignalNotificationMessage - Enum constant in enum class dev.restate.sdk.core.statemachine.MessageType
 
SignalNotificationMessage_TYPE - Static variable in enum class dev.restate.sdk.core.statemachine.MessageType
 
sleep(Duration, String) - Method in interface dev.restate.sdk.core.statemachine.StateMachine
 
SleepCommandMessage - Enum constant in enum class dev.restate.sdk.core.statemachine.MessageType
 
SleepCommandMessage_TYPE - Static variable in enum class dev.restate.sdk.core.statemachine.MessageType
 
SleepCompletionNotificationMessage - Enum constant in enum class dev.restate.sdk.core.statemachine.MessageType
 
SleepCompletionNotificationMessage_TYPE - Static variable in enum class dev.restate.sdk.core.statemachine.MessageType
 
slice() - Method in record class dev.restate.sdk.core.statemachine.NotificationValue.Success
Returns the value of the slice record component.
sneakyThrow(Throwable) - Static method in class dev.restate.sdk.core.ExceptionUtils
 
STACKTRACE_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage
 
StartMessage - Enum constant in enum class dev.restate.sdk.core.statemachine.MessageType
 
StartMessage_TYPE - Static variable in enum class dev.restate.sdk.core.statemachine.MessageType
 
state() - Method in interface dev.restate.sdk.core.statemachine.StateMachine
 
STATE_KEYS - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.ResultCase
 
STATE_KEYS_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCompletionNotificationMessage
 
STATE_KEYS_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate
 
STATE_MAP_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage
 
stateClear(String) - Method in interface dev.restate.sdk.core.statemachine.StateMachine
 
stateClearAll() - Method in interface dev.restate.sdk.core.statemachine.StateMachine
 
stateGet(String) - Method in interface dev.restate.sdk.core.statemachine.StateMachine
 
stateGetKeys() - Method in interface dev.restate.sdk.core.statemachine.StateMachine
 
stateKeys() - Method in record class dev.restate.sdk.core.statemachine.NotificationValue.StateKeys
Returns the value of the stateKeys record component.
StateKeys(List<String>) - Constructor for record class dev.restate.sdk.core.statemachine.NotificationValue.StateKeys
Creates an instance of a StateKeys record class.
StateMachine - Interface in dev.restate.sdk.core.statemachine
More or less same as the VM trait
StateMachine.Awakeable - Record Class in dev.restate.sdk.core.statemachine
 
StateMachine.CallHandle - Record Class in dev.restate.sdk.core.statemachine
 
StateMachine.DoProgressResponse - Interface in dev.restate.sdk.core.statemachine
 
StateMachine.DoProgressResponse.AnyCompleted - Record Class in dev.restate.sdk.core.statemachine
 
StateMachine.DoProgressResponse.ExecuteRun - Record Class in dev.restate.sdk.core.statemachine
 
StateMachine.DoProgressResponse.ReadFromInput - Record Class in dev.restate.sdk.core.statemachine
 
StateMachine.DoProgressResponse.WaitingPendingRun - Record Class in dev.restate.sdk.core.statemachine
 
StateMachine.Input - Record Class in dev.restate.sdk.core.statemachine
 
stateSet(String, Slice) - Method in interface dev.restate.sdk.core.statemachine.StateMachine
 
statusCode() - Method in interface dev.restate.sdk.core.RequestProcessor
 
Success(Slice) - Constructor for record class dev.restate.sdk.core.statemachine.NotificationValue.Success
Creates an instance of a Success record class.
supplyContextData() - Method in class dev.restate.sdk.core.RestateContextDataProvider
 
SuspensionMessage - Enum constant in enum class dev.restate.sdk.core.statemachine.MessageType
 
SuspensionMessage_TYPE - Static variable in enum class dev.restate.sdk.core.statemachine.MessageType
 

T

takeNotification(int) - Method in interface dev.restate.sdk.core.statemachine.StateMachine
 
TARGET_INVOCATION_ID_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage
 
TARGET_NOT_SET - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage.TargetCase
 
TARGET_NOT_SET - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage.TargetCase
 
THREAD_LOCAL_INSTANCE - Static variable in interface dev.restate.sdk.core.EndpointRequestHandler.LoggingContextSetter
 
toBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage
 
toBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage
 
toBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage
 
toBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage
 
toBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallInvocationIdCompletionNotificationMessage
 
toBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearAllStateCommandMessage
 
toBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearStateCommandMessage
 
toBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CommandAckMessage
 
toBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage
 
toBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage
 
toBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage
 
toBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.EndMessage
 
toBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage
 
toBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Failure
 
toBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage
 
toBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateKeysCommandMessage
 
toBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage
 
toBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage
 
toBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCommandMessage
 
toBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage
 
toBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCommandMessage
 
toBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCompletionNotificationMessage
 
toBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCommandMessage
 
toBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage
 
toBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Header
 
toBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTarget
 
toBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage
 
toBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate
 
toBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage
 
toBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage
 
toBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCommandMessage
 
toBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage
 
toBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage
 
toBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCommandMessage
 
toBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage
 
toBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage
 
toBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SetStateCommandMessage
 
toBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage
 
toBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCommandMessage
 
toBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCompletionNotificationMessage
 
toBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.StateEntry
 
toBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage
 
toBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StateKeys
 
toBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage
 
toBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Value
 
toBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Void
 
toBuilder() - Method in class dev.restate.sdk.core.generated.protocol.Protocol.WorkflowTarget
 
toString() - Method in enum class dev.restate.sdk.core.generated.manifest.EndpointManifestSchema.ProtocolMode
 
toString() - Method in class dev.restate.sdk.core.generated.manifest.EndpointManifestSchema
 
toString() - Method in class dev.restate.sdk.core.generated.manifest.Handler
 
toString() - Method in enum class dev.restate.sdk.core.generated.manifest.Handler.Ty
 
toString() - Method in class dev.restate.sdk.core.generated.manifest.Input
 
toString() - Method in class dev.restate.sdk.core.generated.manifest.Metadata__1
 
toString() - Method in class dev.restate.sdk.core.generated.manifest.Metadata
 
toString() - Method in class dev.restate.sdk.core.generated.manifest.Output
 
toString() - Method in class dev.restate.sdk.core.generated.manifest.Service
 
toString() - Method in enum class dev.restate.sdk.core.generated.manifest.Service.Ty
 
toString() - Method in record class dev.restate.sdk.core.statemachine.NotificationId.CompletionId
Returns a string representation of this record class.
toString() - Method in record class dev.restate.sdk.core.statemachine.NotificationId.SignalId
Returns a string representation of this record class.
toString() - Method in record class dev.restate.sdk.core.statemachine.NotificationId.SignalName
Returns a string representation of this record class.
toString() - Method in record class dev.restate.sdk.core.statemachine.NotificationValue.Empty
Returns a string representation of this record class.
toString() - Method in record class dev.restate.sdk.core.statemachine.NotificationValue.Failure
Returns a string representation of this record class.
toString() - Method in record class dev.restate.sdk.core.statemachine.NotificationValue.InvocationId
Returns a string representation of this record class.
toString() - Method in record class dev.restate.sdk.core.statemachine.NotificationValue.StateKeys
Returns a string representation of this record class.
toString() - Method in record class dev.restate.sdk.core.statemachine.NotificationValue.Success
Returns a string representation of this record class.
toString() - Method in record class dev.restate.sdk.core.statemachine.StateMachine.Awakeable
Returns a string representation of this record class.
toString() - Method in record class dev.restate.sdk.core.statemachine.StateMachine.CallHandle
Returns a string representation of this record class.
toString() - Method in record class dev.restate.sdk.core.statemachine.StateMachine.DoProgressResponse.AnyCompleted
Returns a string representation of this record class.
toString() - Method in record class dev.restate.sdk.core.statemachine.StateMachine.DoProgressResponse.ExecuteRun
Returns a string representation of this record class.
toString() - Method in record class dev.restate.sdk.core.statemachine.StateMachine.DoProgressResponse.ReadFromInput
Returns a string representation of this record class.
toString() - Method in record class dev.restate.sdk.core.statemachine.StateMachine.DoProgressResponse.WaitingPendingRun
Returns a string representation of this record class.
toString() - Method in record class dev.restate.sdk.core.statemachine.StateMachine.Input
Returns a string representation of this record class.

U

unauthorized(Throwable) - Static method in exception dev.restate.sdk.core.ProtocolException
 
unexpectedMessage(Class<? extends MessageLite>, MessageLite) - Static method in exception dev.restate.sdk.core.ProtocolException
 
unexpectedMessage(String, MessageLite) - Static method in exception dev.restate.sdk.core.ProtocolException
 
UNKNOWN - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.BuiltInSignal
UNKNOWN = 0;
UNKNOWN_VALUE - Static variable in enum class dev.restate.sdk.core.generated.protocol.Protocol.BuiltInSignal
UNKNOWN = 0;
unknownMessageType(short) - Static method in exception dev.restate.sdk.core.ProtocolException
 
UNRECOGNIZED - Enum constant in enum class dev.restate.sdk.core.generated.discovery.Discovery.ServiceDiscoveryProtocolVersion
 
UNRECOGNIZED - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.BuiltInSignal
 
UNRECOGNIZED - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.ServiceProtocolVersion
 
UNSUPPORTED_MEDIA_TYPE_CODE - Static variable in exception dev.restate.sdk.core.ProtocolException
 
Util - Class in dev.restate.sdk.core.statemachine
 
Util() - Constructor for class dev.restate.sdk.core.statemachine.Util
 

V

V1 - Enum constant in enum class dev.restate.sdk.core.generated.discovery.Discovery.ServiceDiscoveryProtocolVersion
initial service discovery protocol version using endpoint_manifest_schema.json
V1 - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.ServiceProtocolVersion
initial service protocol version
V1_VALUE - Static variable in enum class dev.restate.sdk.core.generated.discovery.Discovery.ServiceDiscoveryProtocolVersion
initial service discovery protocol version using endpoint_manifest_schema.json
V1_VALUE - Static variable in enum class dev.restate.sdk.core.generated.protocol.Protocol.ServiceProtocolVersion
initial service protocol version
V2 - Enum constant in enum class dev.restate.sdk.core.generated.discovery.Discovery.ServiceDiscoveryProtocolVersion
add custom metadata and documentation for services/handlers
V2 - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.ServiceProtocolVersion
Added * Entry retry mechanism: ErrorMessage.next_retry_delay, StartMessage.retry_count_since_last_stored_entry and StartMessage.duration_since_last_stored_entry
V2_VALUE - Static variable in enum class dev.restate.sdk.core.generated.discovery.Discovery.ServiceDiscoveryProtocolVersion
add custom metadata and documentation for services/handlers
V2_VALUE - Static variable in enum class dev.restate.sdk.core.generated.protocol.Protocol.ServiceProtocolVersion
Added * Entry retry mechanism: ErrorMessage.next_retry_delay, StartMessage.retry_count_since_last_stored_entry and StartMessage.duration_since_last_stored_entry
V3 - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.ServiceProtocolVersion
**Yanked**
V3_VALUE - Static variable in enum class dev.restate.sdk.core.generated.protocol.Protocol.ServiceProtocolVersion
**Yanked**
V4 - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.ServiceProtocolVersion
**Yanked**
V4_VALUE - Static variable in enum class dev.restate.sdk.core.generated.protocol.Protocol.ServiceProtocolVersion
**Yanked**
V5 - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.ServiceProtocolVersion
Immutable journal.
V5_VALUE - Static variable in enum class dev.restate.sdk.core.generated.protocol.Protocol.ServiceProtocolVersion
Immutable journal.
value() - Method in enum class dev.restate.sdk.core.generated.manifest.EndpointManifestSchema.ProtocolMode
 
value() - Method in enum class dev.restate.sdk.core.generated.manifest.Handler.Ty
 
value() - Method in enum class dev.restate.sdk.core.generated.manifest.Service.Ty
 
VALUE - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage.ResultCase
 
VALUE - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage.ResultCase
 
VALUE - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage.ResultCase
 
VALUE - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage.ResultCase
 
VALUE - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage.ResultCase
 
VALUE - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage.ResultCase
 
VALUE - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage.ResultCase
 
VALUE - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.ResultCase
 
VALUE - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage.ResultCase
 
VALUE - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage.ResultCase
 
VALUE - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage.ResultCase
 
VALUE - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage.ResultCase
 
VALUE - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.ResultCase
 
VALUE - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage.ResultCase
 
VALUE_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage
 
VALUE_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage
 
VALUE_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage
 
VALUE_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage
 
VALUE_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateKeysCommandMessage
 
VALUE_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage
 
VALUE_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage
 
VALUE_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage
 
VALUE_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.Header
 
VALUE_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage
 
VALUE_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate
 
VALUE_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage
 
VALUE_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage
 
VALUE_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage
 
VALUE_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage
 
VALUE_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage
 
VALUE_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.SetStateCommandMessage
 
VALUE_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage
 
VALUE_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.StateEntry
 
valueOf(int) - Static method in enum class dev.restate.sdk.core.generated.discovery.Discovery.ServiceDiscoveryProtocolVersion
Deprecated.
valueOf(int) - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage.TargetCase
Deprecated.
valueOf(int) - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage.ResultCase
Deprecated.
valueOf(int) - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.BuiltInSignal
Deprecated.
valueOf(int) - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage.ResultCase
Deprecated.
valueOf(int) - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage.ResultCase
Deprecated.
valueOf(int) - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage.CompletionCase
Deprecated.
valueOf(int) - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage.ResultCase
Deprecated.
valueOf(int) - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage.ResultCase
Deprecated.
valueOf(int) - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage.TargetCase
Deprecated.
valueOf(int) - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage.ResultCase
Deprecated.
valueOf(int) - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage.ResultCase
Deprecated.
valueOf(int) - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage.ResultCase
Deprecated.
valueOf(int) - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.IdCase
Deprecated.
valueOf(int) - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.ResultCase
Deprecated.
valueOf(int) - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage.ResultCase
Deprecated.
valueOf(int) - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage.ResultCase
Deprecated.
valueOf(int) - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage.ResultCase
Deprecated.
valueOf(int) - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage.ResultCase
Deprecated.
valueOf(int) - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.ResultCase
Deprecated.
valueOf(int) - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.SignalIdCase
Deprecated.
valueOf(int) - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.ServiceProtocolVersion
Deprecated.
valueOf(int) - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage.ResultCase
Deprecated.
valueOf(int) - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage.SignalIdCase
Deprecated.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum class dev.restate.sdk.core.generated.discovery.Discovery.ServiceDiscoveryProtocolVersion
Returns the enum constant of this class with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.BuiltInSignal
Returns the enum constant of this class with the specified name.
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.ServiceProtocolVersion
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.restate.sdk.core.generated.discovery.Discovery.ServiceDiscoveryProtocolVersion
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.restate.sdk.core.generated.manifest.EndpointManifestSchema.ProtocolMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.restate.sdk.core.generated.manifest.Handler.Ty
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.restate.sdk.core.generated.manifest.Service.Ty
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage.TargetCase
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage.ResultCase
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.BuiltInSignal
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage.ResultCase
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage.ResultCase
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage.CompletionCase
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage.ResultCase
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage.ResultCase
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage.TargetCase
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage.ResultCase
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage.ResultCase
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage.ResultCase
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.IdCase
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.ResultCase
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage.ResultCase
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage.ResultCase
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage.ResultCase
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage.ResultCase
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.ResultCase
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.SignalIdCase
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.ServiceProtocolVersion
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage.ResultCase
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage.SignalIdCase
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.restate.sdk.core.statemachine.InvocationState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class dev.restate.sdk.core.statemachine.MessageType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class dev.restate.sdk.core.generated.discovery.Discovery.ServiceDiscoveryProtocolVersion
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.restate.sdk.core.generated.manifest.EndpointManifestSchema.ProtocolMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.restate.sdk.core.generated.manifest.Handler.Ty
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.restate.sdk.core.generated.manifest.Service.Ty
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage.TargetCase
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage.ResultCase
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.BuiltInSignal
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage.ResultCase
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage.ResultCase
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage.CompletionCase
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage.ResultCase
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage.ResultCase
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage.TargetCase
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage.ResultCase
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage.ResultCase
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage.ResultCase
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.IdCase
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.ResultCase
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage.ResultCase
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage.ResultCase
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage.ResultCase
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage.ResultCase
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.ResultCase
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.SignalIdCase
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.ServiceProtocolVersion
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage.ResultCase
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage.SignalIdCase
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.restate.sdk.core.statemachine.InvocationState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class dev.restate.sdk.core.statemachine.MessageType
Returns an array containing the constants of this enum class, in the order they are declared.
VIRTUAL_OBJECT - Enum constant in enum class dev.restate.sdk.core.generated.manifest.Service.Ty
 
VOID - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage.ResultCase
 
VOID - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage.ResultCase
 
VOID - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage.ResultCase
 
VOID - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage.ResultCase
 
VOID - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate.ResultCase
 
VOID - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage.ResultCase
 
VOID - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage.ResultCase
 
VOID - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage.ResultCase
 
VOID_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage
 
VOID_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage
 
VOID_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage
 
VOID_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage
 
VOID_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate
 
VOID_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage
 
VOID_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage
 
VOID_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage
 
VOID_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCompletionNotificationMessage
 

W

waitForReady() - Method in interface dev.restate.sdk.core.statemachine.StateMachine
 
WAITING_COMPLETIONS_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage
 
WAITING_NAMED_SIGNALS_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage
 
WAITING_SIGNALS_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage
 
WAITING_START - Enum constant in enum class dev.restate.sdk.core.statemachine.InvocationState
 
WaitingPendingRun() - Constructor for record class dev.restate.sdk.core.statemachine.StateMachine.DoProgressResponse.WaitingPendingRun
Creates an instance of a WaitingPendingRun record class.
waitNextInputSignal() - Method in interface dev.restate.sdk.core.statemachine.StateMachine
 
WAKE_UP_TIME_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCommandMessage
 
withAdditionalProperty(String, String) - Method in class dev.restate.sdk.core.generated.manifest.Metadata__1
 
withAdditionalProperty(String, String) - Method in class dev.restate.sdk.core.generated.manifest.Metadata
 
withContentType(String) - Method in class dev.restate.sdk.core.generated.manifest.Input
 
withContentType(String) - Method in class dev.restate.sdk.core.generated.manifest.Output
 
withDocumentation(String) - Method in class dev.restate.sdk.core.generated.manifest.Handler
 
withDocumentation(String) - Method in class dev.restate.sdk.core.generated.manifest.Service
 
withHandlers(List<Handler>) - Method in class dev.restate.sdk.core.generated.manifest.Service
 
withInput(Input) - Method in class dev.restate.sdk.core.generated.manifest.Handler
 
withJsonSchema(Object) - Method in class dev.restate.sdk.core.generated.manifest.Input
 
withJsonSchema(Object) - Method in class dev.restate.sdk.core.generated.manifest.Output
 
withMaxProtocolVersion(Integer) - Method in class dev.restate.sdk.core.generated.manifest.EndpointManifestSchema
 
withMetadata(Metadata) - Method in class dev.restate.sdk.core.generated.manifest.Handler
 
withMetadata(Metadata__1) - Method in class dev.restate.sdk.core.generated.manifest.Service
 
withMinProtocolVersion(Integer) - Method in class dev.restate.sdk.core.generated.manifest.EndpointManifestSchema
 
withName(String) - Method in class dev.restate.sdk.core.generated.manifest.Handler
 
withName(String) - Method in class dev.restate.sdk.core.generated.manifest.Service
 
withOutput(Output) - Method in class dev.restate.sdk.core.generated.manifest.Handler
 
withProtocolMode(EndpointManifestSchema.ProtocolMode) - Method in class dev.restate.sdk.core.generated.manifest.EndpointManifestSchema
 
withRequired(Boolean) - Method in class dev.restate.sdk.core.generated.manifest.Input
 
withServices(List<Service>) - Method in class dev.restate.sdk.core.generated.manifest.EndpointManifestSchema
 
withSetContentTypeIfEmpty(Boolean) - Method in class dev.restate.sdk.core.generated.manifest.Output
 
withTy(Handler.Ty) - Method in class dev.restate.sdk.core.generated.manifest.Handler
 
withTy(Service.Ty) - Method in class dev.restate.sdk.core.generated.manifest.Service
 
WORKFLOW - Enum constant in enum class dev.restate.sdk.core.generated.manifest.Handler.Ty
 
WORKFLOW - Enum constant in enum class dev.restate.sdk.core.generated.manifest.Service.Ty
 
WORKFLOW_KEY_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.WorkflowTarget
 
WORKFLOW_NAME_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.WorkflowTarget
 
WORKFLOW_TARGET - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage.TargetCase
 
WORKFLOW_TARGET - Enum constant in enum class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage.TargetCase
 
WORKFLOW_TARGET_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage
 
WORKFLOW_TARGET_FIELD_NUMBER - Static variable in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage
 
writeOutput(Slice) - Method in interface dev.restate.sdk.core.statemachine.StateMachine
 
writeOutput(TerminalException) - Method in interface dev.restate.sdk.core.statemachine.StateMachine
 
writeTo(CodedOutputStream) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCommandMessage
 
writeTo(CodedOutputStream) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.AttachInvocationCompletionNotificationMessage
 
writeTo(CodedOutputStream) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCommandMessage
 
writeTo(CodedOutputStream) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallCompletionNotificationMessage
 
writeTo(CodedOutputStream) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CallInvocationIdCompletionNotificationMessage
 
writeTo(CodedOutputStream) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearAllStateCommandMessage
 
writeTo(CodedOutputStream) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ClearStateCommandMessage
 
writeTo(CodedOutputStream) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CommandAckMessage
 
writeTo(CodedOutputStream) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompleteAwakeableCommandMessage
 
writeTo(CodedOutputStream) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCommandMessage
 
writeTo(CodedOutputStream) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.CompletePromiseCompletionNotificationMessage
 
writeTo(CodedOutputStream) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.EndMessage
 
writeTo(CodedOutputStream) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ErrorMessage
 
writeTo(CodedOutputStream) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Failure
 
writeTo(CodedOutputStream) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateCommandMessage
 
writeTo(CodedOutputStream) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetEagerStateKeysCommandMessage
 
writeTo(CodedOutputStream) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCommandMessage
 
writeTo(CodedOutputStream) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetInvocationOutputCompletionNotificationMessage
 
writeTo(CodedOutputStream) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCommandMessage
 
writeTo(CodedOutputStream) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateCompletionNotificationMessage
 
writeTo(CodedOutputStream) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCommandMessage
 
writeTo(CodedOutputStream) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetLazyStateKeysCompletionNotificationMessage
 
writeTo(CodedOutputStream) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCommandMessage
 
writeTo(CodedOutputStream) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.GetPromiseCompletionNotificationMessage
 
writeTo(CodedOutputStream) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Header
 
writeTo(CodedOutputStream) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.IdempotentRequestTarget
 
writeTo(CodedOutputStream) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.InputCommandMessage
 
writeTo(CodedOutputStream) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.NotificationTemplate
 
writeTo(CodedOutputStream) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OneWayCallCommandMessage
 
writeTo(CodedOutputStream) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.OutputCommandMessage
 
writeTo(CodedOutputStream) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCommandMessage
 
writeTo(CodedOutputStream) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.PeekPromiseCompletionNotificationMessage
 
writeTo(CodedOutputStream) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.ProposeRunCompletionMessage
 
writeTo(CodedOutputStream) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCommandMessage
 
writeTo(CodedOutputStream) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.RunCompletionNotificationMessage
 
writeTo(CodedOutputStream) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SendSignalCommandMessage
 
writeTo(CodedOutputStream) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SetStateCommandMessage
 
writeTo(CodedOutputStream) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SignalNotificationMessage
 
writeTo(CodedOutputStream) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCommandMessage
 
writeTo(CodedOutputStream) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SleepCompletionNotificationMessage
 
writeTo(CodedOutputStream) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage.StateEntry
 
writeTo(CodedOutputStream) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StartMessage
 
writeTo(CodedOutputStream) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.StateKeys
 
writeTo(CodedOutputStream) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.SuspensionMessage
 
writeTo(CodedOutputStream) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Value
 
writeTo(CodedOutputStream) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.Void
 
writeTo(CodedOutputStream) - Method in class dev.restate.sdk.core.generated.protocol.Protocol.WorkflowTarget
 
A B C D E F G H I K M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form