Class MetersLoadEvent
java.lang.Object
overit.geocall.bl.GenericEvent<List<BOMeter>>
overit.geocall.bl.BusinessEvent<List<BOMeter>>
overit.geocall.bl.SimpleBusinessEvent<Long,List<BOMeter>>
overit.geocallapp.wfm.core.bl.technicalobject.meter.event.MetersLoadEvent
Event to load the
The launcher must provide a valid customer id in order to successfully call this event.
The listener loads all the
BOMeters of a customer. The launcher must provide a valid customer id in order to successfully call this event.
The listener loads all the
BOMeters related to the given customer. - Since:
- 9.2
- GCApi:
- event
- Reactors:
- No Spouts
BTMetersLoad(0)-
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.SimpleBusinessEvent
inputFields inherited from class overit.geocall.bl.GenericEvent
executorService, journal, streamJournal -
Constructor Summary
ConstructorsConstructorDescriptionMetersLoadEvent(Long customerId) Instantiates a new customer's meters load event -
Method Summary
Methods inherited from class overit.geocall.bl.SimpleBusinessEvent
getInputMethods 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
-
MetersLoadEvent
Instantiates a new customer's meters load event- Parameters:
customerId- the id of the customer for which load the meters
-