public interface BufferHandler
The Buffer Handler will decode the buffer and take the appropriate action, typically forwarding to the correct channel.
Modifier and Type | Method and Description |
---|---|
void |
bufferReceived(Object connectionID,
ActiveMQBuffer buffer)
called by the remoting connection when a buffer is received.
|
default void |
endOfBatch(Object connectionID) |
void bufferReceived(Object connectionID, ActiveMQBuffer buffer)
connectionID
- the connection the buffer was received onbuffer
- the buffer to decodedefault void endOfBatch(Object connectionID)
Copyright © 2020 The Apache Software Foundation. All rights reserved.