Class DispatcherAssistantSchedulableActivitiesSearchEvent<T extends DynO>
java.lang.Object
overit.geocall.bl.GenericEvent<T>
overit.geocall.bl.BusinessEvent<T>
overit.geocall.bl.SimpleBusinessEvent<DispatcherAssistantSearchInput<T>,T>
overit.geocallapp.wfm.ai.assistant.bl.dispatcherassistant.schedulableactivities.event.DispatcherAssistantSchedulableActivitiesSearchEvent<T>
public class DispatcherAssistantSchedulableActivitiesSearchEvent<T extends DynO>
extends SimpleBusinessEvent<DispatcherAssistantSearchInput<T>,T>
Event to search schedulable activities for dispatcher assistant
- Since:
- 22.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
ConstructorsConstructorDescriptionInstantiates a new dispatcher assistant search 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
-
DispatcherAssistantSchedulableActivitiesSearchEvent
Instantiates a new dispatcher assistant search event.- Parameters:
input- the input
-