Uses of Interface
io.awspring.cloud.sqs.support.observation.AbstractListenerObservation.Specifics
Packages that use AbstractListenerObservation.Specifics
Package
Description
Components for executing the flow of messages to and from a message listener.
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.
-
Uses of AbstractListenerObservation.Specifics in io.awspring.cloud.sqs.listener
Methods in io.awspring.cloud.sqs.listener that return AbstractListenerObservation.SpecificsModifier and TypeMethodDescriptionprotected abstract AbstractListenerObservation.Specifics<?>AbstractPipelineMessageListenerContainer.createMessagingObservationSpecifics()Methods in io.awspring.cloud.sqs.listener with parameters of type AbstractListenerObservation.SpecificsModifier and TypeMethodDescriptionvoidObservableComponent.setObservationSpecifics(AbstractListenerObservation.Specifics<?> observationSpecifics) Set the Observation-related instances that are specific to a messaging system. -
Uses of AbstractListenerObservation.Specifics in io.awspring.cloud.sqs.listener.sink
Methods in io.awspring.cloud.sqs.listener.sink with parameters of type AbstractListenerObservation.SpecificsModifier and TypeMethodDescriptionvoidAbstractMessageProcessingPipelineSink.setObservationSpecifics(AbstractListenerObservation.Specifics<?> observationSpecifics) -
Uses of AbstractListenerObservation.Specifics in io.awspring.cloud.sqs.listener.sink.adapter
Methods in io.awspring.cloud.sqs.listener.sink.adapter with parameters of type AbstractListenerObservation.SpecificsModifier and TypeMethodDescriptionvoidAbstractDelegatingMessageListeningSinkAdapter.setObservationSpecifics(AbstractListenerObservation.Specifics<?> observationSpecifics) -
Uses of AbstractListenerObservation.Specifics in io.awspring.cloud.sqs.support.observation
Classes in io.awspring.cloud.sqs.support.observation that implement AbstractListenerObservation.SpecificsModifier and TypeClassDescriptionstatic classObservation-related instances that are specific to SQS.