public class DefaultAzureMessageHandler extends Object implements AzureMessageHandler
Message,
InvocableHandlerMethod| Constructor and Description |
|---|
DefaultAzureMessageHandler() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.messaging.handler.invocation.InvocableHandlerMethod |
getHandlerMethod() |
Class<?> |
getMessagePayloadType() |
void |
handleMessage(org.springframework.messaging.Message<?> message) |
void |
setHandlerMethod(org.springframework.messaging.handler.invocation.InvocableHandlerMethod handlerMethod)
Set the
InvocableHandlerMethod to use to invoke the method
processing an incoming Message. |
public void handleMessage(org.springframework.messaging.Message<?> message)
throws org.springframework.messaging.MessagingException
handleMessage in interface org.springframework.messaging.MessageHandlerorg.springframework.messaging.MessagingExceptionpublic org.springframework.messaging.handler.invocation.InvocableHandlerMethod getHandlerMethod()
public void setHandlerMethod(org.springframework.messaging.handler.invocation.InvocableHandlerMethod handlerMethod)
InvocableHandlerMethod to use to invoke the method
processing an incoming Message.public Class<?> getMessagePayloadType()
getMessagePayloadType in interface AzureMessageHandlerCopyright © 2020 Microsoft. All rights reserved.