public interface RabbitMessageSerDesRegistry
RabbitMessageSerDes
instances. Responsible
for returning the serdes that supports the given type.RabbitMessageSerDes.supports(Argument)
Modifier and Type | Method and Description |
---|---|
<T> Optional<RabbitMessageSerDes<T>> |
findSerdes(io.micronaut.core.type.Argument<T> type)
Returns the serdes that supports the given type.
|
<T> Optional<RabbitMessageSerDes<T>> findSerdes(io.micronaut.core.type.Argument<T> type)
T
- The type to be serialized/deserializedtype
- The type