Interface FlowExecutionOwner.Executable

All Superinterfaces:
Queue.Executable, Runnable
Enclosing class:
FlowExecutionOwner

public static interface FlowExecutionOwner.Executable extends Queue.Executable
Marker interface for queue executables from FlowExecutionOwner.getExecutable(). A reasonable target type for TransientActionFactory.
  • Method Details

    • asFlowExecutionOwner

      @CheckForNull FlowExecutionOwner asFlowExecutionOwner()
      Gets the associated owner moniker.
      Returns:
      the owner, or null if this instance is somehow inapplicable