Apama API Reference for .NET  10.15.4.0
Apama.Engine.Client.MessagingClientConstants Struct Reference

Legacy constants class - Deprecated - Use Apama.Engine.Client.EngineClientConstants instead. More...

Public Attributes

const bool DefaultMonitorOnly = EngineClientConstants.DefaultMonitorOnly
 The default value for the monitorOnly property. More...
 
const bool DefaultReceiveOnly = EngineClientConstants.DefaultReceiveOnly
 The default value for the receiveOnly property. More...
 
const string PropertyAllConsumersConnected = EngineClientConstants.PropertyAllConsumersConnected
 The string name of the bound property that is used to indicate if the client and all of its individual named consumers are connected. More...
 
const string PropertyMonitorOnly = EngineClientConstants.PropertyMonitorOnly
 The string name of the bound property that is used for "monitorOnly" updates. More...
 
const string PropertyReceiveOnly = EngineClientConstants.PropertyReceiveOnly
 The string name of the bound property that is used for "receiveOnly" updates. More...
 

Properties

static ReadOnlyCollection< string > DefaultChannels [get]
 The default value for the channels property. This is just an empty String array. Deprecated - Use an empty string array instead of this property. More...
 

Detailed Description

Legacy constants class - Deprecated - Use Apama.Engine.Client.EngineClientConstants instead.

Member Data Documentation

◆ DefaultMonitorOnly

const bool Apama.Engine.Client.MessagingClientConstants.DefaultMonitorOnly = EngineClientConstants.DefaultMonitorOnly

The default value for the monitorOnly property.

◆ DefaultReceiveOnly

const bool Apama.Engine.Client.MessagingClientConstants.DefaultReceiveOnly = EngineClientConstants.DefaultReceiveOnly

The default value for the receiveOnly property.

◆ PropertyAllConsumersConnected

const string Apama.Engine.Client.MessagingClientConstants.PropertyAllConsumersConnected = EngineClientConstants.PropertyAllConsumersConnected

The string name of the bound property that is used to indicate if the client and all of its individual named consumers are connected.

Note that this property applies only to individual named consumers, and NOT to the single receiver.

From 5.0 onwards this property also takes into account whether the bean itself is connected, and will always be false when the bean is not connected, even if no consumers were added.

◆ PropertyMonitorOnly

const string Apama.Engine.Client.MessagingClientConstants.PropertyMonitorOnly = EngineClientConstants.PropertyMonitorOnly

The string name of the bound property that is used for "monitorOnly" updates.

◆ PropertyReceiveOnly

const string Apama.Engine.Client.MessagingClientConstants.PropertyReceiveOnly = EngineClientConstants.PropertyReceiveOnly

The string name of the bound property that is used for "receiveOnly" updates.

Property Documentation

◆ DefaultChannels

ReadOnlyCollection<string> Apama.Engine.Client.MessagingClientConstants.DefaultChannels
staticget

The default value for the channels property. This is just an empty String array. Deprecated - Use an empty string array instead of this property.