@Configuration @ConditionalOnClass(value=org.springframework.amqp.core.AmqpTemplate.class) public class TurbineAmqpAutoConfiguration extends Object
Constructor and Description |
---|
TurbineAmqpAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
Aggregator |
hystrixStreamAggregator() |
org.springframework.integration.dsl.IntegrationFlow |
hystrixStreamAggregatorInboundFlow() |
org.springframework.amqp.core.DirectExchange |
hystrixStreamExchange() |
org.springframework.amqp.core.Queue |
hystrixStreamQueue() |
void |
init() |
protected org.springframework.amqp.core.Binding |
localTurbineAmqpQueueBinding() |
@PostConstruct public void init()
@Bean public org.springframework.amqp.core.DirectExchange hystrixStreamExchange()
@Bean protected org.springframework.amqp.core.Binding localTurbineAmqpQueueBinding()
@Bean public org.springframework.amqp.core.Queue hystrixStreamQueue()
@Bean public org.springframework.integration.dsl.IntegrationFlow hystrixStreamAggregatorInboundFlow()
@Bean public Aggregator hystrixStreamAggregator()
Copyright © 2015 Pivotal Software, Inc.. All rights reserved.