Package org.chenile.owiz


package org.chenile.owiz
Contains core definitions for Orchestration Wizard
  • Interfaces
    Class
    Description
    A command becomes an attachable command if other commands can attach themselves to it using an attachment descriptor.
    Interface defines a contract for classes that look up objects from various DI frameworks (aka Bean factories)
    Implement this interface if a command can be bypassed.
    Command<InputType>
    A command is designed to be a unit of work.
    Applicable for commands that choose to be aware of their orchestration configuration.
    OrchExecutor<InputType>
    The execution interface of the orchestrator.