public interface FlowConfiguration
| Modifier and Type | Method and Description |
|---|---|
void |
configure(ConfiguredResource configuredResource)
Provision for the configuration of anything passed as a configuredResource
|
List<FlowElement<ConfiguredResource>> |
getConfiguredResourceFlowElements() |
FlowElement<Consumer> |
getConsumerFlowElement() |
List<FlowElement<DynamicConfiguredResource>> |
getDynamicConfiguredResourceFlowElements() |
List<FlowElement<IsErrorReportingServiceAware>> |
getErrorReportingServiceAwareFlowElements() |
List<FlowElement<?>> |
getFlowElements() |
List<FlowElement<ManagedResource>> |
getManagedResourceFlowElements() |
List<ManagedService> |
getManagedServices()
Getter for Managed Services within this flow.
|
ResubmissionService |
getResubmissionService() |
void |
update(DynamicConfiguredResource dynamicConfiguredResource)
Allow for the saving of a DynamicConfiguredResources changed configuration
|
FlowElement<Consumer> getConsumerFlowElement()
List<FlowElement<?>> getFlowElements()
List<ManagedService> getManagedServices()
List<FlowElement<ManagedResource>> getManagedResourceFlowElements()
List<FlowElement<ConfiguredResource>> getConfiguredResourceFlowElements()
List<FlowElement<DynamicConfiguredResource>> getDynamicConfiguredResourceFlowElements()
List<FlowElement<IsErrorReportingServiceAware>> getErrorReportingServiceAwareFlowElements()
ResubmissionService getResubmissionService()
void configure(ConfiguredResource configuredResource)
configuredResource - void update(DynamicConfiguredResource dynamicConfiguredResource)
dynamicConfiguredResource - Copyright © 2007-2016 Ikasan. All Rights Reserved.