Package overit.geocall.bl.config.event
Class RawConfigLoadEvent
Event that will be called to request the loading of a configuration
-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.bl.GenericEvent
GenericEvent.Step<O> -
Field Summary
Fields inherited from class overit.geocall.bl.GenericEvent
executorService, journal, streamJournal -
Constructor Summary
ConstructorsConstructorDescriptionRawConfigLoadEvent(overit.geocall.config.CompositeConfig config) Create a new event that will be called to request the loading of a raw configuration -
Method Summary
Modifier and TypeMethodDescriptionoverit.geocall.config.CompositeConfigReturns theCompositeConfigMethods inherited from class overit.geocall.bl.BusinessEvent
doLaunchMethods inherited from class overit.geocall.bl.GenericEvent
clearEvents, defineInterruptor, defineResult, getJournal, getResult, getSpouts, getStreamJournal, isInternal, launch, launch, launchAsync, launchAsync, register, registerSpouts
-
Constructor Details
-
RawConfigLoadEvent
public RawConfigLoadEvent(overit.geocall.config.CompositeConfig config) Create a new event that will be called to request the loading of a raw configuration- Parameters:
config- theCompositeConfig
-
-
Method Details
-
getConfig
public overit.geocall.config.CompositeConfig getConfig()Returns theCompositeConfig- Returns:
- the
CompositeConfig
-