public static interface MessageHandler.Partial<T> extends MessageHandler
MessageHandler.Partial<T>, MessageHandler.Whole<T>
void onMessage(T messagePart, boolean last)
messagePart
- The message partlast
- true
if this is the last part of
this message, else false
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.