Package com.akkaserverless.javasdk.action
-
Interface Summary Interface Description Action.Effect<T> A return type to allow returning forwards or failures, and attaching effects to messages.Action.Effect.Builder Construct the effect that is returned by the command handler.ActionContext Context for action calls.ActionCreationContext Creation context forAction
components.ActionOptions Options for actionsActionProvider<A extends Action> Register an Action in {AkkaServerless
} using anActionProvider
.MessageEnvelope<T> A message envelope. -
Class Summary Class Description Action