Interface SqsReceiveMessageRequestCustomizer
public interface SqsReceiveMessageRequestCustomizer
Implementations of this interface can be used to customize the
ReceiveMessageRequest
before it is sent to the SQS
service.
CDI beans that implement this interface will be discovered using the Identifier
qualifier,
matched against the configuration or the channel name.-
Method Summary
Modifier and TypeMethodDescriptionvoid
customize
(software.amazon.awssdk.services.sqs.model.ReceiveMessageRequest.Builder builder)
-
Method Details
-
customize
void customize(software.amazon.awssdk.services.sqs.model.ReceiveMessageRequest.Builder builder)
-