Uses of Class
io.atleon.rabbitmq.ExchangeDeclaration
-
-
Uses of ExchangeDeclaration in io.atleon.rabbitmq
Methods in io.atleon.rabbitmq that return ExchangeDeclaration Modifier and Type Method Description ExchangeDeclarationExchangeDeclaration. arguments(Map<String,Object> arguments)ExchangeDeclarationExchangeDeclaration. autoDelete(boolean autoDelete)static ExchangeDeclarationExchangeDeclaration. direct(String name)ExchangeDeclarationExchangeDeclaration. durable(boolean durable)static ExchangeDeclarationExchangeDeclaration. fanout(String name)static ExchangeDeclarationExchangeDeclaration. headers(String name)static ExchangeDeclarationExchangeDeclaration. topic(String name)Methods in io.atleon.rabbitmq with parameters of type ExchangeDeclaration Modifier and Type Method Description RoutingInitializerRoutingInitializer. addExchangeDeclaration(ExchangeDeclaration exchangeDeclaration)Method parameters in io.atleon.rabbitmq with type arguments of type ExchangeDeclaration Modifier and Type Method Description RoutingInitializerRoutingInitializer. exchangeDeclarations(List<ExchangeDeclaration> exchangeDeclarations)
-