Uses of Interface
io.atleon.rabbitmq.Configurable
-
-
Uses of Configurable in io.atleon.rabbitmq
Subinterfaces of Configurable in io.atleon.rabbitmq Modifier and Type Interface Description interfaceAloRabbitMQMessageFactory<T>interfaceBodyDeserializer<T>interfaceBodySerializer<T>interfaceRabbitMQMessageSendInterceptor<T>Classes in io.atleon.rabbitmq that implement Configurable Modifier and Type Class Description classByteArrayBodyDeserializerclassByteArrayBodySerializerclassDefaultAloRabbitMQMessageFactory<T>classStringBodyDeserializerclassStringBodySerializerMethods in io.atleon.rabbitmq with type parameters of type Configurable Modifier and Type Method Description <T extends Configurable>
Optional<T>RabbitMQConfig. loadConfigured(String property)<T extends Configurable>
TRabbitMQConfig. loadConfiguredOrThrow(String property)<T extends Configurable>
List<T>RabbitMQConfig. loadListOfConfigured(String property)
-