Class RabbitMQApiProperties
java.lang.Object
org.autumnframework.service.rabbit.api.properties.RabbitMQApiProperties
@Import(org.autumnframework.service.api.APIConfiguration.class)
@ConfigurationProperties("autumn.messaging.rabbitmq")
public class RabbitMQApiProperties
extends Object
- Author:
- Timon Veenstra
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Stringstatic Stringstatic StringgetAllServiceKey(String name) static Stringstatic StringgetCreateRoutingKey(String name) static StringgetDeleteRoutingKey(String name) static StringgetInCreateQueue(String name) static StringgetInDeleteQueue(String name) static StringgetInExchangeName(String name) static StringgetInUpdateQueue(String name) static StringgetOutExchangeName(String name) static StringgetUpdateRoutingKey(String name)
-
Constructor Details
-
RabbitMQApiProperties
public RabbitMQApiProperties()
-
-
Method Details
-
getOutExchangeName
-
getOutExchangeName
-
getInExchangeName
-
getInExchangeName
-
getInCreateQueue
-
getInCreateQueue
-
getInUpdateQueue
-
getInUpdateQueue
-
getInDeleteQueue
-
getInDeleteQueue
-
getCreateRoutingKey
-
getCreateRoutingKey
-
getUpdateRoutingKey
-
getUpdateRoutingKey
-
getDeleteRoutingKey
-
getDeleteRoutingKey
-
getAllCreateKey
-
getAllUpdateKey
-
getAllDeleteKey
-
getAllServiceKey
-
getAllServiceKey
-