Uses of Interface
it.geosolutions.geobatch.configuration.event.consumer.EventConsumerConfiguration

Packages that use EventConsumerConfiguration
it.geosolutions.geobatch.configuration.flow   
it.geosolutions.geobatch.flow.event.consumer   
 

Uses of EventConsumerConfiguration in it.geosolutions.geobatch.configuration.flow
 

Methods in it.geosolutions.geobatch.configuration.flow that return EventConsumerConfiguration
 EventConsumerConfiguration BaseFlowConfiguration.getEventConsumerConfiguration()
           
 EventConsumerConfiguration FlowConfiguration.getEventConsumerConfiguration()
          The Rule-Set Configuration
 

Methods in it.geosolutions.geobatch.configuration.flow with parameters of type EventConsumerConfiguration
 void BaseFlowConfiguration.setEventConsumerConfiguration(EventConsumerConfiguration eventConsumerConfiguration)
           
 void FlowConfiguration.setEventConsumerConfiguration(EventConsumerConfiguration eventConsumerConfiguration)
          The Rule-Set Configuration
 

Constructors in it.geosolutions.geobatch.configuration.flow with parameters of type EventConsumerConfiguration
BaseFlowConfiguration(java.lang.String id, java.lang.String name, EventGeneratorConfiguration eventGeneratorConfiguration, java.lang.String description, EventConsumerConfiguration eventConsumerConfiguration)
           
 

Uses of EventConsumerConfiguration in it.geosolutions.geobatch.flow.event.consumer
 

Classes in it.geosolutions.geobatch.flow.event.consumer with type parameters of type EventConsumerConfiguration
 class BaseEventConsumer<XEO extends EventObject,ECC extends EventConsumerConfiguration>
           
 interface EventConsumer<EO extends EventObject,ECC extends EventConsumerConfiguration>
           
 interface EventConsumerService<EO extends EventObject,ECC extends EventConsumerConfiguration>
           
 



Copyright © 2008-2012 GeoSolutions. All Rights Reserved.