Package | Description |
---|---|
io.sphere.sdk.subscriptions |
Subscriptions are used to trigger an asynchronous background process in response to an event on commercetools Composable Commerce.
|
io.sphere.sdk.subscriptions.commands.updateactions |
Provides the possible operations which can be performed on update commands for subscription methods.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AzureServiceBusDestination
AzureServiceBus can be used as a pull-queue with Queues or to fan-out messages with Topics and Subscriptions.
|
interface |
IronMqDestination
IronMQ can be used as a pull-queue, but it can also be used to push messages to IronWorkers or HTTP endpoints
(webhooks) or fan-out messages to other IronMQ queues.
|
interface |
PubSubDestination
Google Cloud Pub/Sub Destination can be used both as a pull-queue, and to push messages to e.g.
|
interface |
SnsDestination
Amazon Simple Notification Service (Amazon SNS) can be used to push messages to AWS Lambda, HTTP endpoints (webhooks)
or fan-out messages to Amazon Simple Queue Service (SQS).
|
interface |
SqsDestination
Amazon Simple Queue Service (SQS) is a pull-queue on AWS and can be used as a subscription destination.
|
Modifier and Type | Method and Description |
---|---|
Destination |
SubscriptionDraft.getDestination() |
Destination |
Subscription.getDestination() |
Destination |
SubscriptionDraftDsl.getDestination() |
Destination |
SubscriptionDraftBuilder.getDestination() |
Modifier and Type | Method and Description |
---|---|
SubscriptionDraftBuilder |
SubscriptionDraftBuilder.destination(Destination destination)
Sets the
destination property of this builder. |
static SubscriptionDraftDsl |
SubscriptionDraftDsl.of(Destination destination)
Creates a new object initialized with the given values.
|
static SubscriptionDraftBuilder |
SubscriptionDraftBuilder.of(Destination destination)
Creates a new object initialized with the given values.
|
SubscriptionDraftDsl |
SubscriptionDraftDsl.withDestination(Destination destination) |
Modifier and Type | Method and Description |
---|---|
Destination |
ChangeDestination.getDestination() |
Modifier and Type | Method and Description |
---|---|
static ChangeDestination |
ChangeDestination.of(Destination destination)
Creates a new object initialized with the given values.
|