@NoImplement
public interface ComponentInitialStateManager
| Modifier and Type | Field and Description |
|---|---|
static String |
DISABLE_SCHEDULER_SOURCES_PROPERTY
Deprecated.
Please use
MuleSystemProperties.DISABLE_SCHEDULER_SOURCES_PROPERTY instead. |
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(Component component)
Manages the initial state of sources.
|
@Deprecated static final String DISABLE_SCHEDULER_SOURCES_PROPERTY
MuleSystemProperties.DISABLE_SCHEDULER_SOURCES_PROPERTY instead.static final String SERVICE_ID
ComponentInitialStateManager instance for the application through the use of the
CustomizationService.default boolean mustStartMessageSource(Component component)
component - the source component to be startedCopyright © 2024 MuleSoft, Inc.. All rights reserved.