Record Class StateMachine.AwaitResult.CancelSignalReceived
java.lang.Object
java.lang.Record
dev.restate.sdk.core.StateMachine.AwaitResult.CancelSignalReceived
- All Implemented Interfaces:
StateMachine.AwaitResult
- Enclosing interface:
StateMachine.AwaitResult
public static record StateMachine.AwaitResult.CancelSignalReceived()
extends Record
implements StateMachine.AwaitResult
-
Nested Class Summary
Nested classes/interfaces inherited from interface StateMachine.AwaitResult
StateMachine.AwaitResult.AnyCompleted, StateMachine.AwaitResult.CancelSignalReceived, StateMachine.AwaitResult.ExecuteRun, StateMachine.AwaitResult.WaitExternalProgress -
Field Summary
Fields inherited from interface StateMachine.AwaitResult
ANY_COMPLETED, CANCEL_SIGNAL_RECEIVED, WAIT_EXTERNAL_PROGRESS -
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of aCancelSignalReceivedrecord class. -
Method Summary
-
Constructor Details
-
CancelSignalReceived
public CancelSignalReceived()Creates an instance of aCancelSignalReceivedrecord class.
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal.
-