TIBCO EMS .NET API 10.3
TIBCO EMS .NET API 10.3
|
This class represents a selector applied to incoming or outgoing messages on a route. More...
Public Member Functions | |
RouteSelector (string topic, string selector) | |
Create a selector for messages on a given topic. More... | |
override string | ToString () |
Returns a String that represents the current Object More... | |
Properties | |
string | Topic [get] |
Get the topic for this selector. More... | |
string | Selector [get, set] |
Get or set the selector that messages need to match in order for them to pass through the selector. More... | |
This class represents a selector applied to incoming or outgoing messages on a route.
|
inline |
Create a selector for messages on a given topic.
topic | the topic on which the selector will be run. |
selector | the selector that messages need to match in order that they be sent to or received from the route. |
|
inline |
Returns a String that represents the current Object
|
getset |
Get or set the selector that messages need to match in order for them to pass through the selector.
|
get |
Get the topic for this selector.