Allows the service consumer to select and subscribe to event scenarios of interest. It allows the service consumer to manage the subscriptions e.g. to pause a subscription, or to unsubscribe.
Operations
This operation allows a service consumer to unsubscribe from event scenarios of interest.
This operation allows a service consumer to pause the subscription for a particular topic subscription.
This operation allows a service consumer to resume a subscription that had been paused.
This operation allows a service consumer to obtain the list of subscriptions.
This operation allows a service consumer to obtain information on a specific subscription.
This operation allows a service consumer to request the list of topics (which represent type of data, i.e. SWIM services) available for subscription
Endpoints
Endpoint is used to get the list of existing subscriptions.
Endpoint is used to get detailed information about an existing subscription.
Endpoint is used for creating a new subscription.
Endpoint is used for deleting an existing subscription.
Endpoint is used for suspending an existing subscription.
Endpoint is used for resuming an existing subscription.
In a SWIM-compliant implementation of the Publish-Subscribe message exchange pattern using the AMQP 1.0 protocol, the term 'topic' is used to define a service (i.e., type of data) that a future service consumer is allowed to subscribe to. The 'topics' endpoint is used to get a list of all topics.
Endpoint is used to get detailed information about a topic.
Service Interface Binding
The web service is bound to the REST architectural style.
Network Interface Binding
SWIM TI Yellow Profile specification