com.apama.statusreport
Event StatusError


Sent when there is an error state.
Constant summary
 stringCHANNEL := "StatusReport"

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.
 stringdescription

Status description.
 booleanfailed

Whether the subscription has been terminated.
 
Constant detail

CHANNEL

string CHANNEL := "StatusReport"
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.

description

string description
Status description.

A free-form text string giving a description of the status.

failed

boolean failed
Whether the subscription has been terminated.

Any subscribers will need to send a new SubscribeStatus request after this.

object

string object
Object to request status of.

This may include: "Connection" - whether connected or not "MarketState" - 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.