Uses of Class
eu.cloudnetservice.driver.network.rpc.defaults.rpc.DefaultRPCChain
Packages that use DefaultRPCChain
-
Uses of DefaultRPCChain in eu.cloudnetservice.driver.network.rpc.defaults.rpc
Methods in eu.cloudnetservice.driver.network.rpc.defaults.rpc that return DefaultRPCChainModifier and TypeMethodDescriptionstatic @NonNull DefaultRPCChainDefaultRPCChain.of(@NonNull RPC root, @NonNull RPC next, @NonNull Supplier<NetworkChannel> channelSupplier) Constructs a new rpc chain using the given root and tail rpc.