See: Description
| Interface | Description |
|---|---|
| CustomTimeSequence |
This interface provides means for defining custom time sequences for the needs of event generator.
|
| EventGenerator |
Interface for defining event generators in the mprm framework.
|
| EventSchedulerService |
Service interface intended for event generator objects.
|
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.
Copyright © 2019 Bosch Software Innovations GmbH. All Rights Reserved.