Class SolviceStatusCheckEvent
java.lang.Object
overit.geocall.bl.GenericEvent<PageResponse<SolviceStatusResponse>>
overit.geocall.bl.BusinessEvent<PageResponse<SolviceStatusResponse>>
overit.geocall.bl.SearchEvent<Void,SolviceStatusResponse>
overit.geocallapp.wfm.scheduling.bl.oss.status.event.SolviceStatusCheckEvent
This event allows to check Solvice service status.
The listener retrieves the current status of the Solvice optimization service by calling the health check endpoint.
The listener retrieves the current status of the Solvice optimization service by calling the health check endpoint.
- Since:
- 22.0
- GCApi:
- event
- Reactors:
- No Spouts
BTSolviceStatusCheck(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.SearchEvent
filter, order, pageFields inherited from class overit.geocall.bl.GenericEvent
executorService, journal, streamJournal -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class overit.geocall.bl.SearchEvent
getEventOptions, getFilter, getOrder, getPage, setOrderMethods 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
-
SolviceStatusCheckEvent
public SolviceStatusCheckEvent()Instantiates a new Solvice status check event.
-