Package io.dingodb.sdk.service
Interface ChannelProvider
- All Known Implementing Classes:
CoordinatorChannelProvider,RegionChannelProvider,TableRegionsFailOver.RegionChannelProvider
public interface ChannelProvider
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidafter(Message.Response response) default voidbefore(Message.Request message) io.grpc.Channelchannel()voidrefresh(io.grpc.Channel channel, long trace)
-
Method Details
-
channel
io.grpc.Channel channel() -
refresh
void refresh(io.grpc.Channel channel, long trace) -
before
-
after
-