public interface ComponentInitialStateManager
| Modifier and Type | Field and Description |
|---|---|
static String |
DISABLE_SCHEDULER_SOURCES_PROPERTY
This is a configuration property that can be set at deployment time to disable the scheduler message sources to be started
when deploying an application.
|
static String |
SERVICE_ID
Service ID to use to customize the
ComponentInitialStateManager instance for the application through the use of the
CustomizationService. |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
mustStartMessageSource(AnnotatedObject component)
Manages the initial state of sources.
|
static final String DISABLE_SCHEDULER_SOURCES_PROPERTY
static final String SERVICE_ID
ComponentInitialStateManager instance for the application through the use of the
CustomizationService.default boolean mustStartMessageSource(AnnotatedObject component)
component - the source component to be startedCopyright © 2017 MuleSoft, Inc.. All rights reserved.