Uses of Interface
eu.cloudnetservice.driver.network.rpc.ChainableRPC
Packages that use ChainableRPC
Package
Description
-
Uses of ChainableRPC in eu.cloudnetservice.driver.network.rpc
Subinterfaces of ChainableRPC in eu.cloudnetservice.driver.network.rpcModifier and TypeInterfaceDescriptioninterfaceThe basic rpc class.interfaceRepresents a chain of rpc calls, each of them behaves exactly as described inRPCandChainableRPC. -
Uses of ChainableRPC in eu.cloudnetservice.driver.network.rpc.factory
Methods in eu.cloudnetservice.driver.network.rpc.factory with parameters of type ChainableRPCModifier and TypeMethodDescriptionRPCImplementationBuilder.InstanceAllocator.withBaseRPC(@Nullable ChainableRPC baseRPC) Returns a new instance allocator which uses the given base rpc when constructing the underlying implementation.