Package org.springframework.pulsar.listener.adapter
@NonNullApi
@NonNullFields
package org.springframework.pulsar.listener.adapter
Package containing components for adapting Pulsar messages to message listeners.
-
ClassesClassDescriptionAn abstract
MessageListeneradapter providing the necessary infrastructure to extract the payload from a Pulsar message.Delegates to anInvocableHandlerMethodbased on the message payload type.A wrapper for either anInvocableHandlerMethodorDelegatingInvocableHandler.The result of a method invocation.AMessageListeneradapter that invokes a configurableHandlerAdapter; used when the factory is configured for the listener to receive batches of messages.AMessageListeneradapter that invokes a configurableHandlerAdapter; used when the factory is configured for the listener to receive individual messages.AMessageListeneradapter that invokes a configurableHandlerAdapter; used when the factory is configured for the listener to receive individual messages.