|
Spring Integration | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.integration.redis.outbound.RedisPublishingMessageHandler
public class RedisPublishingMessageHandler
Constructor Summary | |
---|---|
RedisPublishingMessageHandler(org.springframework.data.redis.connection.RedisConnectionFactory connectionFactory)
|
Method Summary | |
---|---|
void |
handleMessage(Message<?> message)
Handles the message if possible. |
void |
setDefaultTopic(java.lang.String defaultTopic)
|
void |
setMessageConverter(MessageConverter messageConverter)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RedisPublishingMessageHandler(org.springframework.data.redis.connection.RedisConnectionFactory connectionFactory)
Method Detail |
---|
public void setMessageConverter(MessageConverter messageConverter)
public void setDefaultTopic(java.lang.String defaultTopic)
public void handleMessage(Message<?> message) throws MessagingException
MessageHandler
MessageRejectedException
e.g.
in case of a Selective Consumer. When a consumer tries to handle a
message, but fails to do so, a MessageHandlingException
is
thrown. In the last case it is recommended to treat the message as tainted
and go into an error scenario.
When the handling results in a failure of another message being sent
(e.g. a "reply" message), that failure will trigger a
MessageDeliveryException
.
handleMessage
in interface MessageHandler
message
- the message to be handled
MessageRejectedException
- if the handler doesn't accept the message
MessageHandlingException
- when something fails during the handling
MessageDeliveryException
- when this handler failed to deliver the
reply related to the handling of the message
MessagingException
|
Spring Integration | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |