Modifier and Type | Field and Description |
---|---|
BrokerSubscription[] |
BrokerCompleteTerritoryGateway.remote_can_subscribe |
BrokerSubscription[] |
BrokerCompleteClient.subscriptions |
Modifier and Type | Method and Description |
---|---|
BrokerSubscription[] |
BrokerAdminClient.getClientSubscriptionsById(java.lang.String client_id)
Get the list of open subscriptions for a client.
|
BrokerSubscription[] |
BrokerClient.getSubscriptions()
Get the list of open subscriptions.
|
Modifier and Type | Method and Description |
---|---|
void |
BrokerClient.cancelSubscription(BrokerSubscription sub)
Cancel a subscription with matching event type and filter.
|
void |
BrokerClient.cancelSubscriptions(BrokerSubscription[] subs)
Cancel multiple subscriptions with matching event types and filters.
|
void |
BrokerAdminClient.createClientSubscriptionById(java.lang.String client_id,
BrokerSubscription sub)
Create a subscription for the client to all events of a given event type which match the specified filter.
|
void |
BrokerAdminClient.createClientSubscriptionsById(java.lang.String client_id,
BrokerSubscription[] subs)
Open multiple subscriptions for a client at one time.
|
void |
BrokerAdminClient.destroyClientSubscriptionById(java.lang.String client_id,
BrokerSubscription sub)
Cancel a subscription for a client with matching event type and filter.
|
void |
BrokerAdminClient.destroyClientSubscriptionsById(java.lang.String client_id,
BrokerSubscription[] subs)
Cancel multiple subscriptions for a client with matching event types and filters.
|
void |
BrokerClient.newSubscription(BrokerSubscription sub)
Subscribe to all events of a given event type.
|
void |
BrokerClient.newSubscriptions(BrokerSubscription[] subs)
Open multiple subscriptions at one time.
|
Copyright © 2002-2006 webMethods, Inc. Copyright © 2007-2021 Software AG Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.