TIBCO EMS .NET API 8.5
TIBCO EMS .NET API 8.5
TIBCO.EMS.ADMIN.RouteSelector Class Reference

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...
 

Detailed Description

This class represents a selector applied to incoming or outgoing messages on a route.

Constructor & Destructor Documentation

TIBCO.EMS.ADMIN.RouteSelector.RouteSelector ( string  topic,
string  selector 
)
inline

Create a selector for messages on a given topic.

Parameters
topicthe topic on which the selector will be run.
selectorthe selector that messages need to match in order that they be sent to or received from the route.

Member Function Documentation

override string TIBCO.EMS.ADMIN.RouteSelector.ToString ( )
inline

Returns a String that represents the current Object

Property Documentation

string TIBCO.EMS.ADMIN.RouteSelector.Selector
getset

Get or set the selector that messages need to match in order for them to pass through the selector.

Returns
the selector.
string TIBCO.EMS.ADMIN.RouteSelector.Topic
get

Get the topic for this selector.

Returns
the topic for the selector.

Copyright © Cloud Software Group, Inc. All rights reserved.