Record Class StateMachine.AwaitResult.WaitExternalProgress
java.lang.Object
java.lang.Record
dev.restate.sdk.core.StateMachine.AwaitResult.WaitExternalProgress
- All Implemented Interfaces:
StateMachine.AwaitResult
- Enclosing interface:
StateMachine.AwaitResult
public static record StateMachine.AwaitResult.WaitExternalProgress()
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 aWaitExternalProgressrecord class. -
Method Summary
-
Constructor Details
-
WaitExternalProgress
public WaitExternalProgress()Creates an instance of aWaitExternalProgressrecord 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.
-