Package org.springframework.data.redis.listener.adapter
@NonNullApi
@NonNullFields
package org.springframework.data.redis.listener.adapter
Message listener adapter package. The adapter delegates to target listener methods, converting messages to
appropriate message content types (such as String or byte array) that get passed into listener methods.
-
ClassDescriptionMessage listener adapter that delegates the handling of messages to target listener methods via reflection, with flexible message type conversion.Exception thrown when the execution of a listener method failed.