Apama API Reference for .NET  9.10.0.4
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
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

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

The default value for the monitorOnly property.

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

The default value for the receiveOnly property.

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.

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

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

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

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

Property Documentation

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.

Submit a bug or feature
Copyright (c) 2013-2016 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors. Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG.