public interface IConnectionCallback
Modifier and Type | Method and Description |
---|---|
void |
recv(List<TaskMessage> batch)
A batch of new messages have arrived to be processed.
|
void recv(List<TaskMessage> batch)
batch
- the messages to be processedCopyright © 2023 The Apache Software Foundation. All rights reserved.