com.apama.md.adapter
Event CrossRateServiceConnectionData



Member summary
 com.apama.md.adapter.CrossRateServiceParamscrossRateParams

The service parameters used for this connection.
 stringstreamType

Datastream Type.
 integernumRouteInstances

The number of subscriptions that require data routing for this crossrate connection.
 integernumSendInstances

The number of subscriptions that require data to be sent on a channel for this crossrate connection.
 dictionary<string, com.apama.md.adapter.ConnectionKey>legConnections

List of underlying legs and their connection state.
 sequence<integer>queuedConnectionRequests

Connections queued until we have underlying connection to symbol.
 booleanneedWrapped

Boolean indicating if a Wrapped event is needed.
 stringchannel

The channel to send events to.
 dictionary<integer, boolean>clientsDataSendingMode

List of connections and their data sending mode flag, true if data is routed otherwise false.
 
Member detail

channel

            string channel
        
The channel to send events to.

clientsDataSendingMode

            dictionary<integer, boolean> clientsDataSendingMode
        
List of connections and their data sending mode flag, true if data is routed otherwise false.

crossRateParams

            com.apama.md.adapter.CrossRateServiceParams crossRateParams
        
The service parameters used for this connection.

legConnections

            dictionary<string, com.apama.md.adapter.ConnectionKeylegConnections
        
List of underlying legs and their connection state.

needWrapped

            boolean needWrapped
        
Boolean indicating if a Wrapped event is needed.

numRouteInstances

            integer numRouteInstances
        
The number of subscriptions that require data routing for this crossrate connection.

numSendInstances

            integer numSendInstances
        
The number of subscriptions that require data to be sent on a channel for this crossrate connection.

queuedConnectionRequests

            sequence<integer> queuedConnectionRequests
        
Connections queued until we have underlying connection to symbol.

streamType

            string streamType
        
Datastream Type.