Skip navigation links

Package com.prosyst.mprm.backend.event.scheduler

This package contains the API of the mPower Event Scheduler service.

See: Description

Package com.prosyst.mprm.backend.event.scheduler Description

This package contains the API of the mPower Event Scheduler service. The mPower Event Scheduler service provides system and application components with mechanism for scheduling different time driven events specifically suited for the distributed nature of the mPRM. The event scheduler service can be used by component deployed on the mPRM Backend Hosts to schedule different types of events which are to be delivered periodically or at a fixed time by the mPower Event Service.
Scheduled events are represented by EventGenerator and are defined using the means provided by the EventSchedulerService. Sending of the scheduled events is permormed automatically when the firing time for each event is reached.
Receiving of events is enabled by registering instance of the EventListener interface, i.e. in the same way as it is done for the other events delivered through the mPower Event service.

Skip navigation links

Copyright © 2019 Bosch Software Innovations GmbH. All Rights Reserved.