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