Table of Contents

Class TopicSelectorConstants

Namespace
PushTechnology.ClientInterface.Client.Topics
Assembly
Diffusion.Client.dll

Topic selector string constants.

[Obsolete("Topic selectors are now deprecated and will be removed in a future release. Use string expressions instead.", false)]
public static class TopicSelectorConstants
Inheritance
TopicSelectorConstants
Inherited Members

Remarks

Caution

Deprecated since 6.4. Topic selectors are no longer verified locally by the client library. Instead System.String expressions will be sent to (and verified by) the Diffusion server. This class will be removed in a future release.


Added in 5.0.

Fields

FULL_PATH_PATTERN_PREFIX

Prefix used for topic selector 'full path pattern' expressions.

public const char FULL_PATH_PATTERN_PREFIX = '*'

Field Value

char

Prefix for topic selector 'full path pattern' expressions.

ID_PREFIX

Prefix used for topic selector 'id' expressions.

public const char ID_PREFIX = '!'

Field Value

char

Prefix for topic selector 'id' expressions.

PATH_PREFIX

Prefix used for topic selector 'path' expressions.

public const char PATH_PREFIX = '>'

Field Value

char

Prefix for topic selector 'path' expressions.

SELECTOR_SET_PREFIX

Prefix used for topic selector 'selector set' expressions.

public const char SELECTOR_SET_PREFIX = '#'

Field Value

char

Prefix for topic selector 'selector set' expressions.

SPLIT_PATH_PATTERN_PREFIX

Prefix used for topic selector 'split path pattern' expressions.

public const char SPLIT_PATH_PATTERN_PREFIX = '?'

Field Value

char

Prefix for topic selector 'split path pattern' expressions.