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