public interface SubscriptionSelectionFilter
EventingService to
specify which subscriptions should be returned.| Modifier and Type | Method and Description |
|---|---|
String |
getConsumerName()
Get the consumer name.
|
String |
getConsumerVersion()
Get the consumer version.
|
String |
getEventType()
Get the event type.
|
String |
getFamily()
Get the family.
|
String |
getSubscriptionId()
Get the subscription ID.
|
SubscriptionSelectionFilter |
setConsumerName(String consumerName)
(Optional) - Set the consumer name to filter against.
|
SubscriptionSelectionFilter |
setConsumerVersion(String consumerVersion)
(Optional) - Set the consumer version to filter against.
|
SubscriptionSelectionFilter |
setEventType(String eventType)
(Optional) - Set the event type to filter against.
|
SubscriptionSelectionFilter |
setFamily(String family)
(Optional) - Set the family to filter against.
|
SubscriptionSelectionFilter |
setSubscriptionId(String subscriptionId)
(Optional) - Set the subscription ID to filter against.
|
SubscriptionSelectionFilter setSubscriptionId(String subscriptionId)
subscriptionId - The subscription ID to filter against.SubscriptionSelectionFilter setFamily(String family)
family - The event family to filter against.SubscriptionSelectionFilter setEventType(String eventType)
eventType - The event type to filter against.SubscriptionSelectionFilter setConsumerName(String consumerName)
consumerName - The consumer name to filter against.SubscriptionSelectionFilter setConsumerVersion(String consumerVersion)
consumerVersion - The consumer version to filter against.String getSubscriptionId()
String getFamily()
String getEventType()
String getConsumerName()
String getConsumerVersion()
Copyright © 2023 Avaya. All rights reserved.