See: Description
Interface | Description |
---|---|
AzureServiceBusDestination |
AzureServiceBus can be used as a pull-queue with Queues or to fan-out messages with Topics and Subscriptions.
|
ChangeSubscription | |
Destination |
A destination contains all info necessary for Composable Commerce to deliver a message onto your Message Queue.
|
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.
|
MessageSubscription | |
MessageSubscriptionPayload<T> |
This payload will be sent for a MessageSubscription.
|
Payload<T> |
Common interface for all subscription payloads.
|
PayloadNotIncluded | |
PubSubDestination |
Google Cloud Pub/Sub Destination can be used both as a pull-queue, and to push messages to e.g.
|
ResourceCreatedPayload<T> |
This payload will be sent for a ChangeSubscription if a resource was created.
|
ResourceDeletedPayload<T> |
This payload will be sent for a ChangeSubscription if a resource was deleted.
|
ResourceUpdatedPayload<T> |
This payload will be sent for a ChangeSubscription if a resource was updated.
|
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).
|
SqsDestination |
Amazon Simple Queue Service (SQS) is a pull-queue on AWS and can be used as a subscription destination.
|
Subscription | |
SubscriptionDraft |
Class | Description |
---|---|
AwsCredentials |
This class represents the credentials required to use
SnsDestination and SqsDestination . |
SubscriptionDraftBuilder |
Builder for
SubscriptionDraft . |
SubscriptionDraftDsl |
Dsl class for
SubscriptionDraft . |
Enum | Description |
---|---|
SubscriptionHealthStatus |