Package org.springframework.data.redis.listener.adapter
@NullMarked
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 and flexible message type conversion through
RedisSerializer.Exception thrown when the execution of a listener method failed.