Class MeasureRejectBatchEvent
java.lang.Object
overit.geocall.bl.GenericEvent<List<Void>>
overit.geocall.bl.BusinessEvent<List<Void>>
overit.geocall.bl.SimpleBusinessEvent<List<BOMeasure>,List<Void>>
overit.geocallapp.utilities.core.bl.common.batch.BatchEvent<BOMeasure,Void>
overit.geocallapp.wfm.measuringelements.bl.measuringelement.measure.event.MeasureRejectBatchEvent
Business Event to reject a list of
For each reject the base event
BOMeasure. For each reject the base event
MeasureRejectEvent is called and as input it will receive a BOMeasure.- Since:
- 21.0
- GCApi:
- event
- Reactors:
- No Spouts
BTMeasureRejectBatch(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
ConstructorsConstructorDescriptionMeasureRejectBatchEvent(List<BOMeasure> input) Instantiates a new measure reject batch 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
-
MeasureRejectBatchEvent
Instantiates a new measure reject batch event- Parameters:
input- a list ofBOMeasure
-