public class CompleteEventsInBlockProcessor extends Object implements ReadResultProcessor
| Constructor and Description |
|---|
CompleteEventsInBlockProcessor() |
| Modifier and Type | Method and Description |
|---|---|
int |
process(ByteBuffer byteBuffer,
int readResult)
Process the given buffer and use the readResult to return the right count of bytes, which
should been read.
|
public int process(ByteBuffer byteBuffer, int readResult)
ReadResultProcessorprocess in interface ReadResultProcessorbyteBuffer - the buffer, which should been processedreadResult - the count of bytes,which are read beforeCopyright © 2017–2018 camunda services GmbH. All rights reserved.