Class Action

Object
kalix.javasdk.action.Action

public abstract class Action extends Object
  • Constructor Details

    • Action

      public Action()
  • Method Details

    • actionContext

      protected final ActionContext actionContext()
      Additional context and metadata for a message handler.

      It will throw an exception if accessed from constructor.

    • contextForComponents

      protected final ActionContext contextForComponents()
      INTERNAL API

      Same as actionContext, but if specific error message when accessing components.

    • _internalSetActionContext

      public void _internalSetActionContext(Optional<ActionContext> context)
      INTERNAL API
    • effects

      public final Action.Effect.Builder effects()
    • timers

      public final TimerScheduler timers()
      Returns a TimerScheduler that can be used to schedule further in time.