Apama API Reference for .NET
9.10.0.4
|
EngineConnection encapsulates the information related to a connection between two Apama messaging components. More...
Public Member Functions | |
EngineConnection (string host, int port, string[] channels) | |
A constructor for EngineConnection objects. More... | |
override string | ToString () |
A string representation for diagnostics; may change in a future release. More... | |
Properties | |
virtual ReadOnlyCollection < string > | Channels [get] |
The channels associated with this connection. More... | |
virtual string | Host [get] |
The host associated with this connection. More... | |
virtual int | Port [get] |
The port associated with this connection. More... | |
EngineConnection encapsulates the information related to a connection between two Apama messaging components.
Apama.Engine.EngineConnection.EngineConnection | ( | string | host, |
int | port, | ||
string[] | channels | ||
) |
A constructor for EngineConnection objects.
host | The remote host to connect to |
port | The remote port to connect to |
channels | The array of channels to connect to. May include the empty String to indicate the default channel. Must be non-null, and contain no null elements. |
override string Apama.Engine.EngineConnection.ToString | ( | ) |
A string representation for diagnostics; may change in a future release.
|
get |
The channels associated with this connection.
The list of channels that the downstream component should listen to.
|
get |
The host associated with this connection.
The host of the upstream (even-sending) component
|
get |
The port associated with this connection.
The port of the upstream (even-sending) component