@ComponentScan(basePackages="spring.xd.bus.ext")
@ImportResource(value="classpath*:META-INF/spring-xd/bus/ext/*.xml")
public class MessageBusExtensionsConfiguration
extends java.lang.Object
Constructor and Description |
---|
MessageBusExtensionsConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.springframework.integration.codec.Codec |
codec() |
org.springframework.integration.codec.kryo.KryoRegistrar |
fileRegistrar() |
org.springframework.integration.codec.kryo.KryoRegistrar |
tupleRegistrar() |
@Bean @ConditionalOnMissingBean(name="codec") public org.springframework.integration.codec.Codec codec()
@Bean public org.springframework.integration.codec.kryo.KryoRegistrar fileRegistrar()
@Bean public org.springframework.integration.codec.kryo.KryoRegistrar tupleRegistrar()