Class ProcessSchedulingRemovalProposalEvent
java.lang.Object
overit.geocall.bl.GenericEvent<ProcessSchedulingRemovalProposalOutput>
overit.geocall.bl.BusinessEvent<ProcessSchedulingRemovalProposalOutput>
overit.geocall.bl.SimpleBusinessEvent<Long,ProcessSchedulingRemovalProposalOutput>
overit.geocallapp.wfm.core.bl.schedulingproposal.removal.event.ProcessSchedulingRemovalProposalEvent
public class ProcessSchedulingRemovalProposalEvent
extends SimpleBusinessEvent<Long,ProcessSchedulingRemovalProposalOutput>
Event to execute Process Scheduling Removal Proposal action
- Since:
- 14.0
- GCApi:
- event
- Reactors:
- No Spouts
BTProcessSchedulingRemovalProposal(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 Process Scheduling Removal Proposal 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
-
ProcessSchedulingRemovalProposalEvent
Instantiates a new Process Scheduling Removal Proposal event.- Parameters:
input- the input
-