Uses of Interface
eu.cloudnetservice.driver.registry.ServiceRegistryRegistration
Packages that use ServiceRegistryRegistration
-
Uses of ServiceRegistryRegistration in eu.cloudnetservice.driver.registry
Methods in eu.cloudnetservice.driver.registry that return ServiceRegistryRegistrationModifier and TypeMethodDescriptionServiceRegistry.defaultRegistration(@NonNull Class<S> service) Get the default registration for the given service in this service registry.ServiceRegistry.registerConstructingProvider(@NonNull Class<S> serviceType, @NonNull String serviceName, @NonNull Class<? extends S> implementationType) Registers a service into this service registry which will return a new instance on each invocation, using the public no-arg constructor in the given implementation type.ServiceRegistry.registerProvider(@NonNull Class<S> serviceType, @NonNull String serviceName, S serviceImplementation) Registers a singleton service into this service registry.ServiceRegistry.registration(@NonNull Class<S> service, @NonNull String name) Get the registration of a service implementation based on the given service type and name.Methods in eu.cloudnetservice.driver.registry that return types with arguments of type ServiceRegistryRegistrationModifier and TypeMethodDescriptionServiceRegistry.registrations(@NonNull Class<S> service) Get a view of all registrations which are present for the given service type.