Package | Description |
---|---|
org.springframework.integration.core |
Provides core classes.
|
org.springframework.integration.ip.tcp.connection |
All things related to tcp connections - client and
server factories; listener and sender interfaces.
|
org.springframework.integration.redis.channel |
Provides classes related to Redis-backed channels.
|
org.springframework.integration.redis.inbound |
Provides classes supporting inbound endpoints.
|
org.springframework.integration.redis.outbound |
Provides classes supporting outbound endpoints.
|
org.springframework.integration.support.converter |
Provides classes supporting message conversion.
|
Modifier and Type | Method and Description |
---|---|
void |
MessagingTemplate.setMessageConverter(MessageConverter messageConverter)
Set the
MessageConverter that is to be used to convert
between Messages and objects for this template. |
Constructor and Description |
---|
MessageConvertingTcpMessageMapper(MessageConverter messageConverter) |
Modifier and Type | Method and Description |
---|---|
void |
SubscribableRedisChannel.setMessageConverter(MessageConverter messageConverter) |
Modifier and Type | Method and Description |
---|---|
void |
RedisInboundChannelAdapter.setMessageConverter(MessageConverter messageConverter) |
Modifier and Type | Method and Description |
---|---|
void |
RedisPublishingMessageHandler.setMessageConverter(MessageConverter messageConverter) |
Modifier and Type | Class and Description |
---|---|
class |
MapMessageConverter
Converts to/from a Map with 2 keys ('headers' and 'payload').
|
class |
SimpleMessageConverter |
Copyright © 2015. All rights reserved.