public interface IMessageHandler<T>
Service interface which can be implemented by an application to
process incoming messages received by HohRawServlet
.
Modifier and Type | Method and Description |
---|---|
IResponseSendable<T> |
messageReceived(IReceivable<T> theMessage) |
IResponseSendable<T> messageReceived(IReceivable<T> theMessage) throws MessageProcessingException
MessageProcessingException
Copyright © 2012–2017 University Health Network. All rights reserved.