com.apama.statusreport
Event UnsubscribeStatus


Sent to the service monitor to unsubscribe from status.
Constant summary
 stringCHANNEL := "SubscribeStatus"

The channel to subscribe to for receiving this event.
 
Field summary
 stringserviceID

Service ID to subscribe to - blank will target all services.
 stringobject

Object to request status of.
 stringsubServiceID

SubService ID to subscribe to.
 stringconnection

Connection to subscribe to.
 
Constant detail

CHANNEL

string CHANNEL := "SubscribeStatus"
The channel to subscribe to for receiving this event.
Field detail

connection

string connection
Connection to subscribe to.

Some services may expose several services. The interpretation of this string is adapter-specific.

object

string object
Object to request status of.

This may include: "Connection" - whether connected or not "Market" - a market may be "Open", "Closed", or other states

serviceID

string serviceID
Service ID to subscribe to - blank will target all services.

subServiceID

string subServiceID
SubService ID to subscribe to.

Some services may expose several services. The interpretation of this string is adapter-specific.