Interface InternalProtocol
-
- All Known Implementing Classes:
InternalProtocol.ContinueUnstash$
,InternalProtocol.DeleteFailure
,InternalProtocol.DeleteSuccess$
,InternalProtocol.GetFailure
,InternalProtocol.GetSuccess
,InternalProtocol.IncomingCommand
,InternalProtocol.RecoveryPermitGranted$
,InternalProtocol.RecoveryTimeout$
,InternalProtocol.UpsertFailure
,InternalProtocol.UpsertSuccess$
public interface InternalProtocol
Protocol used internally by the DurableStateBehavior.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
InternalProtocol.ContinueUnstash$
static class
InternalProtocol.DeleteFailure
static class
InternalProtocol.DeleteFailure$
static class
InternalProtocol.DeleteSuccess$
static class
InternalProtocol.GetFailure
static class
InternalProtocol.GetFailure$
static class
InternalProtocol.GetSuccess<S>
static class
InternalProtocol.GetSuccess$
static class
InternalProtocol.IncomingCommand<C>
static class
InternalProtocol.IncomingCommand$
static class
InternalProtocol.RecoveryPermitGranted$
static class
InternalProtocol.RecoveryTimeout$
static class
InternalProtocol.UpsertFailure
static class
InternalProtocol.UpsertFailure$
static class
InternalProtocol.UpsertSuccess$
-