MessageHandler
public static interface MessageHandler.Partial<T> extends MessageHandler
MessageHandler.Partial<T>, MessageHandler.Whole<T>
Modifier and Type | Method | Description |
---|---|---|
void |
onMessage(T messagePart,
boolean last) |
Called when part of a message is available to be processed.
|
void onMessage(T messagePart, boolean last)
messagePart
- The message partlast
- true
if this is the last part of
this message, else false
Copyright © 2000-2016 The Apache Software Foundation. All Rights Reserved.