Event summary |
Constants | This event contains all the common constant values for the Position Service architecture. |
Position | This event defines the generic Position object that is published from the Position Trackers. This is designed to be a general purpose Position object, but each customized Position Tracker can choose to publish their own custom event if required. |
PositionConfigParams | The Position Config Parameter event object is used to provide configuration when creating the Position Service Interface and when subscribing to the Position Service. |
PositionConfigSchema | The Position Configuration Schema event is provided by a Position Tracker implementation upon registration. |
PSFactory | This is the main factory event that allows applications to create an instance of the Position Service Interface (com.apama.position.PSInterface). |
PSInterface | This is the main application level interface to the Position Service. This is primarily used to manage subscriptions, alter position values of existing subscriptions, and it also provides interface actions to query the state of the Position Service. |
SubscriptionDetails | This event contains all the details of the subscription request that was made by the Position Service Interface. |
TrackerInfo | This event object is returned from the Position Service Interface when requested by the getTrackerInfo() action. |