Package kalix.javasdk.workflowentity
Interface WorkflowEntity.Effect<T>
- Type Parameters:
T- The type of the message that must be returned by this call.
- All Known Subinterfaces:
WorkflowEntity.Effect.ErrorEffect<T>,WorkflowEntity.Effect.TransitionalEffect<T>
- Enclosing class:
- WorkflowEntity<S>
public static interface WorkflowEntity.Effect<T>
A return type to allow returning failures or attaching effects to messages.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceConstruct the effect that is returned by the command handler or a step transition.static interfacestatic interfacestatic interfaceA workflow effect type that contains information about the transition to the next step.