Uses of Class
org.nanonative.nano.core.model.Service
Packages that use Service
Package
Description
-
Uses of Service in org.nanonative.nano.core
Fields in org.nanonative.nano.core with type parameters of type ServiceMethods in org.nanonative.nano.core with type parameters of type ServiceModifier and TypeMethodDescription<S extends Service>
SRetrieves aServiceof a specified type.Retrieves a list of services of a specified type.Methods in org.nanonative.nano.core that return types with arguments of type ServiceModifier and TypeMethodDescriptionNanoServices.services()Provides an unmodifiable list of all registeredService.Methods in org.nanonative.nano.core with parameters of type ServiceModifier and TypeMethodDescriptionprotected TNanoServices.registerService(Service service) Registers a new service in theNanoframework.protected TNanoServices.unregisterService(Context context, Service service) Method parameters in org.nanonative.nano.core with type arguments of type ServiceModifier and TypeMethodDescriptionprotected voidNano.startServices(berlin.yuna.typemap.model.FunctionOrNull<Context, List<Service>> startupServices) Constructors in org.nanonative.nano.core with parameters of type ServiceModifierConstructorDescriptionConstructor parameters in org.nanonative.nano.core with type arguments of type ServiceModifierConstructorDescriptionNano(berlin.yuna.typemap.model.FunctionOrNull<Context, List<Service>> startupServices, Map<Object, Object> config, String... args) Nano(String[] args, berlin.yuna.typemap.model.FunctionOrNull<Context, List<Service>> startupServices) -
Uses of Service in org.nanonative.nano.core.model
Methods in org.nanonative.nano.core.model with type parameters of type ServiceModifier and TypeMethodDescription<S extends Service>
SRetrieves aServiceof a specified type.<S extends Service>
SWaits for aServiceof a specified type to be available within the given timeout.Retrieves a list of services of a specified type.Methods in org.nanonative.nano.core.model that return types with arguments of type ServiceModifier and TypeMethodDescriptionContext.services()Provides an unmodifiable list of all registeredService.Methods in org.nanonative.nano.core.model with parameters of type ServiceModifier and TypeMethodDescriptionExecutes one or multipleServiceasynchronously.Executes asynchronously and waits for allServiceto be readyContext.runAwaitReturn(Service... services) Executes and waits for allServiceto be readyExecutes one or multipleServiceasynchronously.Context.sendEventError(Event event, Service service, Throwable throwable) Sends an unhandled event with the provided, nullable payload and exception.static NanoThread[] -
Uses of Service in org.nanonative.nano.helper.logger.logic
Subclasses of Service in org.nanonative.nano.helper.logger.logic -
Uses of Service in org.nanonative.nano.services.http
Subclasses of Service in org.nanonative.nano.services.http -
Uses of Service in org.nanonative.nano.services.metric.logic
Subclasses of Service in org.nanonative.nano.services.metric.logic