Interface WeChatInboundMessageEventHandler
-
- All Known Implementing Classes:
WeChatInboundMessageEventHandlerImpl
public interface WeChatInboundMessageEventHandler
- Author:
- Filip Hrisafov
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handleEvent(InboundMessageDto inboundMessage)
Handles an event message received from WeChat
-
-
-
Method Detail
-
handleEvent
void handleEvent(InboundMessageDto inboundMessage)
Handles an event message received from WeChat- Parameters:
inboundMessage
- the received message
-
-