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 | Method and Description |
---|---|
SubscriptionDraftDsl |
SubscriptionDraftBuilder.build()
Creates a new instance of
SubscriptionDraftDsl with the values of this builder. |
static SubscriptionDraftDsl |
SubscriptionDraftDsl.of(Destination destination)
Creates a new object initialized with the given values.
|
static SubscriptionDraftDsl |
SubscriptionDraftDsl.of(SubscriptionDraft template)
Creates a new object initialized with the fields of the template parameter.
|
SubscriptionDraftDsl |
SubscriptionDraftDsl.withChanges(List<ChangeSubscription> changes) |
SubscriptionDraftDsl |
SubscriptionDraftDsl.withDestination(Destination destination) |
SubscriptionDraftDsl |
SubscriptionDraftDsl.withKey(String key) |
SubscriptionDraftDsl |
SubscriptionDraftDsl.withMessages(List<MessageSubscription> messages) |