See: Description
Interface | Description |
---|---|
S3MessageHandler.UploadMetadataProvider |
The callback to populate an
ObjectMetadata for upload operation. |
Class | Description |
---|---|
AbstractAwsMessageHandler |
The base
AbstractMessageProducingHandler for AWS services. |
KinesisMessageHandler |
The
AbstractMessageHandler implementation for the Amazon Kinesis putRecord(s) . |
S3MessageHandler |
The
AbstractReplyProducingMessageHandler implementation for the Amazon S3 services. |
SnsMessageHandler |
The
AbstractAwsMessageHandler implementation to send SNS Notifications
(AmazonSNSAsync.publishAsync(PublishRequest) ) to the provided topicArn
(or evaluated at runtime against Message ). |
SqsMessageHandler |
The
AbstractMessageHandler implementation for the Amazon SQS sendMessage . |
Enum | Description |
---|---|
S3MessageHandler.Command |
The
S3MessageHandler mode. |