Uses of Class
io.atleon.rabbitmq.RabbitMQConfigSource
-
-
Uses of RabbitMQConfigSource in io.atleon.rabbitmq
Methods in io.atleon.rabbitmq that return RabbitMQConfigSource Modifier and Type Method Description protected RabbitMQConfigSourceRabbitMQConfigSource. initializeCopy()static RabbitMQConfigSourceRabbitMQConfigSource. named(String name)static RabbitMQConfigSourceRabbitMQConfigSource. unnamed()RabbitMQConfigSourceRabbitMQConfigSource. withHost(String host)RabbitMQConfigSourceRabbitMQConfigSource. withPassword(String password)RabbitMQConfigSourceRabbitMQConfigSource. withPort(int port)RabbitMQConfigSourceRabbitMQConfigSource. withSsl(String ssl)RabbitMQConfigSourceRabbitMQConfigSource. withUsername(String username)RabbitMQConfigSourceRabbitMQConfigSource. withVirtualHost(String virtualHost)Methods in io.atleon.rabbitmq with parameters of type RabbitMQConfigSource Modifier and Type Method Description static <T> AloRabbitMQReceiver<T>AloRabbitMQReceiver. from(RabbitMQConfigSource configSource)Creates a new AloRabbitMQReceiver from the providedRabbitMQConfigSourcestatic <T> AloRabbitMQSender<T>AloRabbitMQSender. from(RabbitMQConfigSource configSource)Creates a new AloRabbitMQSender from the providedRabbitMQConfigSource
-