public interface MessageHandler
 See Endpoint for a usage example.
| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | MessageHandler.Partial<T>This kind of handler is notified by the implementation as it becomes ready to deliver parts of a whole message. | 
| static interface  | MessageHandler.Whole<T>This kind of handler is notified by the container on arrival of a complete message. | 
Copyright © 2012–2020 Oracle Corporation. All rights reserved.