Record Class StateMachine.NotificationValue.Empty
java.lang.Object
java.lang.Record
dev.restate.sdk.core.StateMachine.NotificationValue.Empty
- All Implemented Interfaces:
StateMachine.NotificationValue
- Enclosing interface:
StateMachine.NotificationValue
public static record StateMachine.NotificationValue.Empty()
extends Record
implements StateMachine.NotificationValue
-
Nested Class Summary
Nested classes/interfaces inherited from interface StateMachine.NotificationValue
StateMachine.NotificationValue.Empty, StateMachine.NotificationValue.Failure, StateMachine.NotificationValue.InvocationId, StateMachine.NotificationValue.StateKeys, StateMachine.NotificationValue.Success -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
Empty
public Empty()Creates an instance of aEmptyrecord 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.
-