@Configuration public class BusAutoConfiguration extends Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
BusAutoConfiguration.BusEndpointConfiguration |
protected static class |
BusAutoConfiguration.BusEnvironmentConfiguration |
protected static class |
BusAutoConfiguration.BusRefreshConfiguration |
| Constructor and Description |
|---|
BusAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.util.PathMatcher |
busPathMatcher() |
org.springframework.messaging.MessageChannel |
cloudBusInboundChannel() |
org.springframework.integration.dsl.IntegrationFlow |
cloudBusInboundFlow() |
org.springframework.messaging.SubscribableChannel |
cloudBusOutboundChannel() |
org.springframework.integration.dsl.IntegrationFlow |
cloudBusOutboundFlow() |
org.springframework.integration.channel.DirectChannel |
cloudBusWiretapChannel() |
org.springframework.integration.core.GenericSelector<?> |
inboundFilter() |
org.springframework.integration.dsl.IntegrationFlow |
loggingFlow() |
org.springframework.integration.core.GenericSelector<?> |
outboundFilter() |
ServiceMatcher |
serviceMatcher() |
org.springframework.integration.channel.interceptor.WireTap |
wireTap() |
@Bean public org.springframework.messaging.SubscribableChannel cloudBusOutboundChannel()
@Bean public org.springframework.integration.core.GenericSelector<?> outboundFilter()
@Bean public org.springframework.integration.dsl.IntegrationFlow cloudBusOutboundFlow()
@Bean public org.springframework.messaging.MessageChannel cloudBusInboundChannel()
@Bean public org.springframework.integration.core.GenericSelector<?> inboundFilter()
@Bean public org.springframework.integration.dsl.IntegrationFlow cloudBusInboundFlow()
@Bean @GlobalChannelInterceptor(patterns="cloudBusInboundFlow*") public org.springframework.integration.channel.interceptor.WireTap wireTap()
@Bean public org.springframework.integration.channel.DirectChannel cloudBusWiretapChannel()
@Bean public org.springframework.integration.dsl.IntegrationFlow loggingFlow()
@Bean public org.springframework.util.PathMatcher busPathMatcher()
@Bean public ServiceMatcher serviceMatcher()
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.