Skip to main content

EnsLib.PubSub.PubSubOperation

class EnsLib.PubSub.PubSubOperation extends EnsLib.PubSub.RoutingOperation

Specialized routing operation that performs a Publish / Subscribe lookup.

Property Inventory

Method Inventory

Parameters

parameter SETTINGS = DomainName;
Users can specify these values in the Ensemble Configuration Editor

Properties

property DomainName as %String (MAXLEN = 100);
This is the Publish/Subscribe domain name to use to find interested subscribers.
Property methods: DomainNameDisplayToLogical(), DomainNameGet(), DomainNameIsValid(), DomainNameLogicalToDisplay(), DomainNameLogicalToOdbc(), DomainNameNormalize(), DomainNameSet()

Methods

method OnRoutingRequest(pRequest As EnsLib.PubSub.Request, Output pResponse As EnsLib.PubSub.Response) as %Status
Look up the given topic in the configured PubSub subscription table.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab