Uses of Package
org.springframework.pulsar.listener.adapter
Packages that use org.springframework.pulsar.listener.adapter
Package
Description
Package containing Spring configuration classes for the framework.
Package containing components for adapting Pulsar messages to message listeners.
Package containing Spring configuration classes for the framework.
Package containing listener components for receiving Pulsar messages.
-
Classes in org.springframework.pulsar.listener.adapter used by org.springframework.pulsar.configClassDescriptionA wrapper for either an
InvocableHandlerMethodorDelegatingInvocableHandler.An abstractMessageListeneradapter providing the necessary infrastructure to extract the payload from a Pulsar message. -
Classes in org.springframework.pulsar.listener.adapter used by org.springframework.pulsar.listener.adapterClassDescriptionDelegates to an
InvocableHandlerMethodbased on the message payload type.A wrapper for either anInvocableHandlerMethodorDelegatingInvocableHandler.An abstractMessageListeneradapter providing the necessary infrastructure to extract the payload from a Pulsar message. -
Classes in org.springframework.pulsar.listener.adapter used by org.springframework.pulsar.reactive.configClassDescriptionA wrapper for either an
InvocableHandlerMethodorDelegatingInvocableHandler.An abstractMessageListeneradapter providing the necessary infrastructure to extract the payload from a Pulsar message. -
Classes in org.springframework.pulsar.listener.adapter used by org.springframework.pulsar.reactive.listener.adapterClassDescriptionAn abstract
MessageListeneradapter providing the necessary infrastructure to extract the payload from a Pulsar message.