Uses of Interface
herddb.network.SendResultCallback
-
Packages that use SendResultCallback Package Description herddb.network herddb.network.netty -
-
Uses of SendResultCallback in herddb.network
Methods in herddb.network with parameters of type SendResultCallback Modifier and Type Method Description abstract voidChannel. sendOneWayMessage(io.netty.buffer.ByteBuf message, SendResultCallback callback) -
Uses of SendResultCallback in herddb.network.netty
Methods in herddb.network.netty with parameters of type SendResultCallback Modifier and Type Method Description voidLocalVMChannel. sendOneWayMessage(io.netty.buffer.ByteBuf message, SendResultCallback callback)voidNettyChannel. sendOneWayMessage(io.netty.buffer.ByteBuf message, SendResultCallback callback)
-