Class BundleLoadByAppointmentEvent
java.lang.Object
overit.geocall.bl.GenericEvent<Bundle>
overit.geocall.bl.BusinessEvent<Bundle>
overit.geocall.bl.SimpleBusinessEvent<Long,Bundle>
overit.geocallapp.wfm.bundler.bl.event.BundleLoadByAppointmentEvent
Event to load a
The launcher must provide a valid appointment id in order to successfully call this event.
The listener operations all the
Bundle starting from the id of an appointment. The launcher must provide a valid appointment id in order to successfully call this event.
The listener operations all the
Bundle components starting from the event input,
i.e. the given appointment id. - Since:
- 10.1
- GCApi:
- event
- Reactors:
- No Spouts
BTBundleLoadByAppointment(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
ConstructorsConstructorDescriptionBundleLoadByAppointmentEvent(Long appointmentId) Instantiates a new bundle load by appointment 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
-
BundleLoadByAppointmentEvent
Instantiates a new bundle load by appointment event.- Parameters:
appointmentId- the appointment id
-