Class AsynchronousContext


public class AsynchronousContext extends ArgumentBasedContext
  • Constructor Details

  • Method Details

    • isAsynchronous

      public boolean isAsynchronous()
      Overrides:
      isAsynchronous in class Context
    • setupArguments

      protected void setupArguments(List<? extends Object> inputArgs, List<? extends Object> returnArgs)
      Specified by:
      setupArguments in class ArgumentBasedContext
    • setupNextStep

      protected void setupNextStep()
      Description copied from class: Context
      If Context can have next steps (i.e., children), implement this method to add the next child context that should be executed.
      Overrides:
      setupNextStep in class Context
    • copy

      public AsynchronousContext copy(Context newParent)
      Description copied from class: Context
      deep copy of the context, its status, and its children
      Specified by:
      copy in class Context
      Parameters:
      newParent - parent to attach the copied context too
      Returns:
      the copied context