public final class NettyRPCContext extends Object
Modifier and Type | Method and Description |
---|---|
static NettyRPCContext |
defaults() |
io.netty.channel.Channel |
getChannel() |
long |
getTimeoutMs() |
NettyRPCContext |
setChannel(io.netty.channel.Channel channel) |
NettyRPCContext |
setTimeout(long timeoutMs) |
public static NettyRPCContext defaults()
public io.netty.channel.Channel getChannel()
public long getTimeoutMs()
public NettyRPCContext setChannel(io.netty.channel.Channel channel)
channel
- the channelpublic NettyRPCContext setTimeout(long timeoutMs)
timeoutMs
- the timeout in msCopyright © 2023. All Rights Reserved.