Class EventEvent
Event that will be called for any
GenericEvent happening in the system- GCApi:
- event
- No Reactors
- No Spouts
-
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
ConstructorsConstructorDescriptionEventEvent(GenericEvent<?> sourceEvent) Create a new event that will be called gfor every system and business event happening in the system -
Method Summary
Modifier and TypeMethodDescriptionGenericEvent<?> Returns the instance of the event launched in the systemMethods 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
-
EventEvent
Create a new event that will be called gfor every system and business event happening in the system- Parameters:
sourceEvent- the event
-
-
Method Details
-
getSourceEvent
Returns the instance of the event launched in the system- Returns:
- the instance of the event launched in the system
-