MessageHandler.Partial<T>
, MessageHandler.Whole<T>
public interface MessageHandler
See Endpoint
for a usage example.
Modifier and Type | Interface | 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 © 2019 Oracle. All rights reserved.