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.