Apama API Reference for .NET  10.15.4.0
Apama.Engine.NamedReceiverInfo Class Reference

This class provides access to a snapshot of information about a Receiver that is/was connected to the engine. More...

Inherits Apama.Engine.NameInfo.

Public Member Functions

 NamedReceiverInfo (string name, string package, string qualifiedName, string address, uint queueSize, string[] channels)
 Constructor for NamedReceiverInfo More...
 
- Public Member Functions inherited from Apama.Engine.NameInfo
override string ToString ()
 Returns the fully qualified name of the item. More...
 

Properties

string Address [get]
 Get the address of this Receiver More...
 
string [] Channels [get]
 Get the channels subscriptions for this Receiver More...
 
uint QueueSize [get]
 Get the current queue size for this Receiver More...
 
- Properties inherited from Apama.Engine.NameInfo
string FullyQualifiedName [get]
 Get the fully qualified name of the item. This is the concatenation of the package, the dot separator, and the name. More...
 
string Name [get]
 Get the name of the item. This is the "unqualified" name. More...
 
string Package [get]
 Get the package in which the item is installed. More...
 

Detailed Description

This class provides access to a snapshot of information about a Receiver that is/was connected to the engine.

Constructor & Destructor Documentation

◆ NamedReceiverInfo()

Apama.Engine.NamedReceiverInfo.NamedReceiverInfo ( string  name,
string  package,
string  qualifiedName,
string  address,
uint  queueSize,
string []  channels 
)

Constructor for NamedReceiverInfo

Parameters
nameThe name of the Receiver
packageThe package name of the Receiver
qualifiedNameThe qualified name of the Receiver
addressThe Receiver address
queueSizeThe Receiver queueSize
channelsThe Receiver channels

Property Documentation

◆ Address

string Apama.Engine.NamedReceiverInfo.Address
get

Get the address of this Receiver

◆ Channels

string [] Apama.Engine.NamedReceiverInfo.Channels
get

Get the channels subscriptions for this Receiver

◆ QueueSize

uint Apama.Engine.NamedReceiverInfo.QueueSize
get

Get the current queue size for this Receiver