Uses of Interface
eu.cloudnetservice.driver.network.rpc.generation.InstanceFactory
Packages that use InstanceFactory
Package
Description
-
Uses of InstanceFactory in eu.cloudnetservice.driver.network.rpc
Methods in eu.cloudnetservice.driver.network.rpc that return InstanceFactoryModifier and TypeMethodDescription<T> @NonNull InstanceFactory<T>RPCFactory.generateRPCBasedApi(@NonNull Class<T> baseClass, @NonNull GenerationContext context) Generates an api implementation for the given base class, invoking all of its method using rpc. -
Uses of InstanceFactory in eu.cloudnetservice.driver.network.rpc.defaults
Fields in eu.cloudnetservice.driver.network.rpc.defaults with type parameters of type InstanceFactoryModifier and TypeFieldDescriptionprotected final com.github.benmanes.caffeine.cache.Cache<GenerationContext,InstanceFactory<?>> DefaultRPCFactory.generatedApiCacheMethods in eu.cloudnetservice.driver.network.rpc.defaults that return InstanceFactoryModifier and TypeMethodDescription<T> @NonNull InstanceFactory<T>DefaultRPCFactory.generateRPCBasedApi(@NonNull Class<T> baseClass, @NonNull GenerationContext context) Generates an api implementation for the given base class, invoking all of its method using rpc. -
Uses of InstanceFactory in eu.cloudnetservice.driver.network.rpc.defaults.generation
Methods in eu.cloudnetservice.driver.network.rpc.defaults.generation that return InstanceFactoryModifier and TypeMethodDescriptionstatic <T> @NonNull InstanceFactory<T>ApiImplementationGenerator.generateApiImplementation(@NonNull Class<T> baseClass, @NonNull GenerationContext context, @NonNull RPCSender sender) Generates an implementation of a class sending rpc requests based on the given generation context.