Class QueueClientConfig

java.lang.Object
org.autumnframework.service.queue.client.config.QueueClientConfig

@Configuration @Import(org.autumnframework.service.api.APIConfiguration.class) @PropertySources(@PropertySource("classpath:service.properties")) @EnableConfigurationProperties({org.autumnframework.service.rabbit.api.properties.RabbitMQApiProperties.class,org.autumnframework.service.pubsub.api.properties.PubSubApiProperties.class,org.autumnframework.service.queue.api.QueueApiProperties.class}) public class QueueClientConfig extends Object
  • Constructor Details

    • QueueClientConfig

      public QueueClientConfig()