Apama API Reference for .NET  9.10.0.4
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Apama.Services.Event.EventServiceChannelConstants Struct Reference

IEventServiceChannel is the public interface for a class that represents a channel or channels on which events are received from a Correlator. More...

Public Attributes

const string ConfigEnforceResponseSequencing = "enforceResponseSequencing"
 Configuration property name for specifying if a new EventServiceChannel should use strict response sequencing for synchronous request-response invocations. More...
 
const string ConfigInboundEventQueueSoftReferencePrefixes = "inboundEventQueueSoftReferencePrefixes"
 Configuration property name for specifying for which event names a new EventServiceChannel should use SoftReferences in the inbound queue. More...
 
const string ConfigMessageIdFieldName = "messageIdFieldName"
 Configuration property name for specifying the field name of message Id's (for request-response) that a new EventServiceChannel should use. More...
 
const string ConfigRequestResponseTimeout = "defaultRequestResponseTimeout"
 Configuration property name for specifying the default request-response timeout that a new EventServiceChannel should use. More...
 
const bool DefaultEnforceResponseSequencing = true
 Default value for the flag specifying if strict response sequencing should be used (true). More...
 
const string DefaultMessageIdFieldName = "messageId"
 Default value for the field name of message Id's for request-response ("messageId"). More...
 
const long DefaultRequestResponseTimeoutMs = 3000
 Default value for the request-reponse timeout (3000ms). More...
 

Static Public Attributes

static readonly ICollection
< string > 
DefaultInboundEventQueueSoftReferencePrefixes = null
 Default value for the set of event name prefixes that would cause a received event to be placed in the inbound event queue as a SoftReference (null). More...
 

Detailed Description

IEventServiceChannel is the public interface for a class that represents a channel or channels on which events are received from a Correlator.

IEventServiceChannel is an interface that forms part of the service style high-level public interface to the Correlator with a focus on only dealing with Events and consumer channels.

See also
IEventService

Member Data Documentation

const string Apama.Services.Event.EventServiceChannelConstants.ConfigEnforceResponseSequencing = "enforceResponseSequencing"

Configuration property name for specifying if a new EventServiceChannel should use strict response sequencing for synchronous request-response invocations.

See also
DefaultEnforceResponseSequencing
const string Apama.Services.Event.EventServiceChannelConstants.ConfigInboundEventQueueSoftReferencePrefixes = "inboundEventQueueSoftReferencePrefixes"

Configuration property name for specifying for which event names a new EventServiceChannel should use SoftReferences in the inbound queue.

See also
DefaultInboundEventQueueSoftReferencePrefixes
const string Apama.Services.Event.EventServiceChannelConstants.ConfigMessageIdFieldName = "messageIdFieldName"

Configuration property name for specifying the field name of message Id's (for request-response) that a new EventServiceChannel should use.

See also
DefaultMessageIdFieldName
const string Apama.Services.Event.EventServiceChannelConstants.ConfigRequestResponseTimeout = "defaultRequestResponseTimeout"

Configuration property name for specifying the default request-response timeout that a new EventServiceChannel should use.

See also
DefaultRequestResponseTimeoutMs
const bool Apama.Services.Event.EventServiceChannelConstants.DefaultEnforceResponseSequencing = true

Default value for the flag specifying if strict response sequencing should be used (true).

readonly ICollection<string> Apama.Services.Event.EventServiceChannelConstants.DefaultInboundEventQueueSoftReferencePrefixes = null
static

Default value for the set of event name prefixes that would cause a received event to be placed in the inbound event queue as a SoftReference (null).

const string Apama.Services.Event.EventServiceChannelConstants.DefaultMessageIdFieldName = "messageId"

Default value for the field name of message Id's for request-response ("messageId").

const long Apama.Services.Event.EventServiceChannelConstants.DefaultRequestResponseTimeoutMs = 3000

Default value for the request-reponse timeout (3000ms).

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.