Interface SubscriptionManagerInterfaceForEventSources
- All Known Subinterfaces:
SubscriptionManager,SubscriptionManagerInterfaceForManagers
- All Known Implementing Classes:
SubscriptionManagerImpl
public interface SubscriptionManagerInterfaceForEventSources
-
Method Summary
Modifier and TypeMethodDescriptionREAD ONLY.subscribe(DeliveryType delivery, org.apache.cxf.ws.addressing.EndpointReferenceType endTo, ExpirationType expires, FilterType filter, FormatType format)
-
Method Details
-
subscribe
SubscriptionTicketGrantingResponse subscribe(DeliveryType delivery, org.apache.cxf.ws.addressing.EndpointReferenceType endTo, ExpirationType expires, FilterType filter, FormatType format) -
getTickets
List<SubscriptionTicket> getTickets()READ ONLY. Returns an unmodifiable list of the subscriptions in database.
-