Uses of Annotation Interface
eu.cloudnetservice.driver.network.rpc.annotation.RPCChained
Packages that use RPCChained
Package
Description
-
Uses of RPCChained in eu.cloudnetservice.driver.network.rpc.introspec
Methods in eu.cloudnetservice.driver.network.rpc.introspec with parameters of type RPCChainedModifier and TypeMethodDescriptionprivate static @Nullable RPCMethodMetadata.MethodChainMetadataRPCMethodMetadata.extractAndValidateChainMeta(@NonNull Method method, @NonNull Class<?> rawReturnType, @Nullable RPCChained chainAnnotation) Extract and validate the metadata of the chain annotation information. -
Uses of RPCChained in eu.cloudnetservice.driver.provider
Methods in eu.cloudnetservice.driver.provider with annotations of type RPCChainedModifier and TypeMethodDescriptionCloudServiceProvider.serviceProvider(@NonNull UUID serviceUniqueId) Gets a provider for the specific service with the given unique id.CloudServiceProvider.serviceProviderByName(@NonNull String serviceName) Gets a provider for the specific service with the given name.