Uses of Interface
herddb.network.Channel.PduCallback
-
Packages that use Channel.PduCallback Package Description herddb.network herddb.network.netty -
-
Uses of Channel.PduCallback in herddb.network
Methods in herddb.network with parameters of type Channel.PduCallback Modifier and Type Method Description abstract voidChannel. sendRequestWithAsyncReply(long id, io.netty.buffer.ByteBuf message, long timeout, Channel.PduCallback callback) -
Uses of Channel.PduCallback in herddb.network.netty
Methods in herddb.network.netty with parameters of type Channel.PduCallback Modifier and Type Method Description voidAbstractChannel. sendRequestWithAsyncReply(long id, io.netty.buffer.ByteBuf message, long timeout, Channel.PduCallback callback)
-