Uses of Interface
org.springframework.integration.mapping.BytesMessageMapper
Package
Description
All things related to tcp connections - client and
server factories; listener and sender interfaces.
Provides classes related to mapping to/from message headers.
Provides various support classes used across Spring Integration MqttAdapter Components.
Provides classes supporting json.
Provides classes for message channels support over ZeroMQ.
Provides classes for supporting ZeroMQ component via Java DSL.
-
Uses of BytesMessageMapper in org.springframework.integration.ip.tcp.connection
Modifier and TypeMethodDescriptionvoid
TcpMessageMapper.setBytesMessageMapper
(BytesMessageMapper bytesMessageMapper) Set aBytesMessageMapper
to use when mapping byte[]. -
Uses of BytesMessageMapper in org.springframework.integration.mapping
Modifier and TypeClassDescriptionclass
TheBytesMessageMapper
implementation to delegate to/fromMessage
conversion into the providedMessageConverter
. -
Uses of BytesMessageMapper in org.springframework.integration.mqtt.support
Modifier and TypeMethodDescriptionvoid
DefaultPahoMessageConverter.setBytesMessageMapper
(BytesMessageMapper bytesMessageMapper) Set aBytesMessageMapper
to use when mapping byte[]. -
Uses of BytesMessageMapper in org.springframework.integration.support.json
Modifier and TypeClassDescriptionclass
For outbound messages, uses a message-aware Jackson object mapper to render the message as JSON. -
Uses of BytesMessageMapper in org.springframework.integration.zeromq.channel
Modifier and TypeMethodDescriptionvoid
ZeroMqChannel.setMessageMapper
(BytesMessageMapper messageMapper) Provide aBytesMessageMapper
to convert to/from messages when send or receive happens on the sockets. -
Uses of BytesMessageMapper in org.springframework.integration.zeromq.dsl
Modifier and TypeMethodDescriptionZeroMqChannelSpec.messageMapper
(BytesMessageMapper messageMapper) Provide aBytesMessageMapper
to convert to/from messages when send or receive happens on the sockets.