public interface AioSlave<T>
Modifier and Type | Method and Description |
---|---|
T |
onCompleted()
Called by the leader to indicate that the I/O conversation completed.
|
void |
onReady()
Slave is notified by the leader to read or write data.
|
void onReady()
T onCompleted()
onReady()
.Copyright © 2017. All rights reserved.