it.geosolutions.geobatch.configuration.flow
Interface FlowConfiguration
- All Superinterfaces:
- Configuration, Identifiable
- All Known Implementing Classes:
- BaseFlowConfiguration
public interface FlowConfiguration
- extends Configuration
- Author:
- Alessio Fabiani, GeoSolutions
getEventGeneratorConfiguration
EventGeneratorConfiguration getEventGeneratorConfiguration()
- The Rule-Set Configuration
setEventGeneratorConfiguration
void setEventGeneratorConfiguration(EventGeneratorConfiguration ruleSet)
- Parameters:
ruleSet - the ruleSet to set
getEventConsumerConfiguration
EventConsumerConfiguration getEventConsumerConfiguration()
- The Rule-Set Configuration
setEventConsumerConfiguration
void setEventConsumerConfiguration(EventConsumerConfiguration eventConsumerConfiguration)
- The Rule-Set Configuration
getProgressListenerConfigurations
java.util.List<ProgressListenerConfiguration> getProgressListenerConfigurations()
setProgressListenerConfigurations
void setProgressListenerConfigurations(java.util.List<ProgressListenerConfiguration> progressListenerConfigurations)
getProgressListenerConfiguration
ProgressListenerConfiguration getProgressListenerConfiguration(java.lang.String id)
Copyright © 2008-2012 GeoSolutions. All Rights Reserved.