Uses of Package
org.ikasan.spec.module
-
Classes in org.ikasan.spec.module used by org.ikasan.spec.module Class Description Module Ikasan module contracts.ModuleType StartupControl JavaBean encapsulating startup control information for Flows The following start types are defined: AUTOMATIC: flow will be started by its container when the container is initialised MANUAL: Flow will not be started by its container when container is started/initialised, but will be manually startable at a later stage DISABLED: Flow will not be started by its container when container is started/initialised, and will not be manually startable at a later stageStartupType Ikasan module startup types.