Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client Java API Programmer's Guide | Subscribing to and Receiving Events | Receiving Events in the Get-Events Model | BrokerSubscription Objects
 
BrokerSubscription Objects
The BrokerSubscription object provides a convenient way to refer to and manage subscriptions by defining the following three subscription attributes as data members:
*The event's subscription identifier.
*The event's name.
*An event filter string, or null if event filtering is not wanted. Filters are described in Using Event Filters.
BrokerSubscription objects are used by the following webMethods Broker API methods:
*BrokerClient.cancelSubscription method.
*BrokerClient.cancelSubscriptions method.
*BrokerClient.getSubscriptions method.
*BrokerClient.newOrReconnect method.
*BrokerClient.newSubscriptions method.