Package | Description |
---|---|
io.sphere.sdk.subscriptions |
Subscriptions are used to trigger an asynchronous background process in response to an event on commercetools Composable Commerce.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MessageSubscriptionPayload<T>
This payload will be sent for a MessageSubscription.
|
interface |
ResourceCreatedPayload<T>
This payload will be sent for a ChangeSubscription if a resource was created.
|
interface |
ResourceDeletedPayload<T>
This payload will be sent for a ChangeSubscription if a resource was deleted.
|
interface |
ResourceUpdatedPayload<T>
This payload will be sent for a ChangeSubscription if a resource was updated.
|