Uses of Interface
io.awspring.cloud.sqs.listener.TaskExecutorAware
Packages that use TaskExecutorAware
Package
Description
Components for executing the flow of messages to and from a message listener.
Components to process message acknowledgements.
Components to handle the flow of messages from a Source to a Pipeline.
Composable message sink adapters to add behavior to sinks via a decorator pattern.
Components that provide message instances to be processed.
-
Uses of TaskExecutorAware in io.awspring.cloud.sqs.listener
Classes in io.awspring.cloud.sqs.listener that implement TaskExecutorAwareModifier and TypeClassDescriptionprotected static classBase class for BlockingComponentAdapters. -
Uses of TaskExecutorAware in io.awspring.cloud.sqs.listener.acknowledgement
Classes in io.awspring.cloud.sqs.listener.acknowledgement that implement TaskExecutorAwareModifier and TypeClassDescriptionclassAcknowledgementProcessorimplementation that adds the messages to aBlockingQueueto be acknowledged according toContainerOptions.getAcknowledgementInterval()andContainerOptions.getAcknowledgementThreshold(). -
Uses of TaskExecutorAware in io.awspring.cloud.sqs.listener.sink
Classes in io.awspring.cloud.sqs.listener.sink that implement TaskExecutorAwareModifier and TypeClassDescriptionclassBase implementation forMessageProcessingPipelineSinkcontainingSmartLifecyclefeatures and useful execution methods that can be used by subclasses.classMessageSinkimplementation that emits the whole received batch of messages to the configuredMessageProcessingPipeline.classMessageProcessingPipelineSinkimplementation that executes messages from the provided batch in parallel.classMessageProcessingPipelineSinkimplementation that processes provided messages sequentially and in order. -
Uses of TaskExecutorAware in io.awspring.cloud.sqs.listener.sink.adapter
Classes in io.awspring.cloud.sqs.listener.sink.adapter that implement TaskExecutorAwareModifier and TypeClassDescriptionclassMessageProcessingPipelineSinkimplementation that delegates method invocations to the provided delegate.classAbstractDelegatingMessageListeningSinkAdapterimplementation that groups the received batch according to the provided grouping function and emits each sub batch to the delegate separately.classAnAbstractDelegatingMessageListeningSinkAdapterthat adds anMessageVisibilityExtendingSinkAdapter<T>.io.awspring.cloud.sqs.listener.sink.adapter.MessageVisibilityExtendingSinkAdapter.OriginalBatchMessageVisibilityExtendingInterceptorto theMessageProcessingContext. -
Uses of TaskExecutorAware in io.awspring.cloud.sqs.listener.source
Subinterfaces of TaskExecutorAware in io.awspring.cloud.sqs.listener.sourceModifier and TypeInterfaceDescriptioninterfaceMessageSourceextension that provides polling configurations andSmartLifecyclecapabilities.Classes in io.awspring.cloud.sqs.listener.source that implement TaskExecutorAwareModifier and TypeClassDescriptionclassBasePollingMessageSourceimplementation withSmartLifecyclecapabilities.classMessageSourceimplementation for polling messages from a SQS queue and converting them to messagingMessage.classAbstractSqsMessageSourceimplementation for FIFO queues.classAbstractSqsMessageSourceimplementation for standard queues.