Uses of Annotation Interface
io.helidon.service.registry.Service.Singleton
Packages that use Service.Singleton
Package
Description
Defines the Helidon metrics API so Helidon metrics-capable components can implement metrics simply and without regard for
whether metrics is actually on the runtime path or not or is enabled or not.
Helidon OpenAPI support.
OpenAPI 3.0 support.
OpenAPI 3.1 support.
OpenAPI 3.2 support.
Helidon WebClient WebSocket Support.
Helidon WebServer module, combining common server API, HTTP API and HTTP/1.1 API to create a server.
CORS support for Helidon WebServer.
Helidon WebServer GraphQL Support.
Helidon WebServer HTTP specific APIs.
Helidon WebServer Observability Support.
Helidon WebServer Observability Config Support.
Helidon WebServer Observability Health Support.
Helidon WebServer Observability Info Support.
Helidon WebServer Observability Log Support.
Helidon WebServer Observability Metrics Support.
Helidon WebServer Tracing Observability Support.
WebSocket server support.
WebSocket APIs.
-
Uses of Service.Singleton in io.helidon.metrics.api
Classes in io.helidon.metrics.api with annotations of type Service.SingletonModifier and TypeClassDescriptionclassProvides SE defaults for config values defaulted in a flavor-dependent way. -
Uses of Service.Singleton in io.helidon.openapi
Classes in io.helidon.openapi with annotations of type Service.Singleton -
Uses of Service.Singleton in io.helidon.openapi.v30
Classes in io.helidon.openapi.v30 with annotations of type Service.Singleton -
Uses of Service.Singleton in io.helidon.openapi.v31
Classes in io.helidon.openapi.v31 with annotations of type Service.Singleton -
Uses of Service.Singleton in io.helidon.openapi.v32
Classes in io.helidon.openapi.v32 with annotations of type Service.Singleton -
Uses of Service.Singleton in io.helidon.webclient.websocket
Classes in io.helidon.webclient.websocket with annotations of type Service.SingletonModifier and TypeClassDescriptionstatic @interfaceDefinition of the websocket client API. -
Uses of Service.Singleton in io.helidon.webserver
Classes in io.helidon.webserver with annotations of type Service.SingletonModifier and TypeClassDescriptionclassA JavaServiceLoaderprovider for adding declarative request scope to Helidon WebServer. -
Uses of Service.Singleton in io.helidon.webserver.cors
Classes in io.helidon.webserver.cors with annotations of type Service.Singleton -
Uses of Service.Singleton in io.helidon.webserver.graphql
Classes in io.helidon.webserver.graphql with annotations of type Service.SingletonModifier and TypeClassDescriptionstatic @interfaceDefinition of a GraphQL server endpoint. -
Uses of Service.Singleton in io.helidon.webserver.http
Classes in io.helidon.webserver.http with annotations of type Service.SingletonModifier and TypeClassDescriptionstatic @interfaceDefinition of a server endpoint. -
Uses of Service.Singleton in io.helidon.webserver.observe
Classes in io.helidon.webserver.observe with annotations of type Service.SingletonModifier and TypeClassDescriptionclassProvider implementation for the observe feature forWebServer, discoverable throughServiceRegistryandServiceLoader. -
Uses of Service.Singleton in io.helidon.webserver.observe.config
Classes in io.helidon.webserver.observe.config with annotations of type Service.SingletonModifier and TypeClassDescriptionclassConfig observe provider implementation, discoverable throughServiceRegistryandServiceLoader. -
Uses of Service.Singleton in io.helidon.webserver.observe.health
Classes in io.helidon.webserver.observe.health with annotations of type Service.SingletonModifier and TypeClassDescriptionclassHealth observe provider implementation, discoverable throughServiceRegistryandServiceLoader. -
Uses of Service.Singleton in io.helidon.webserver.observe.info
Classes in io.helidon.webserver.observe.info with annotations of type Service.SingletonModifier and TypeClassDescriptionclassApplication information observe provider implementation, discoverable throughServiceRegistryandServiceLoader. -
Uses of Service.Singleton in io.helidon.webserver.observe.log
Classes in io.helidon.webserver.observe.log with annotations of type Service.SingletonModifier and TypeClassDescriptionclassLogging observe provider implementation, discoverable throughServiceRegistryandServiceLoader. -
Uses of Service.Singleton in io.helidon.webserver.observe.metrics
Classes in io.helidon.webserver.observe.metrics with annotations of type Service.SingletonModifier and TypeClassDescriptionclassMetrics observe provider implementation, discoverable throughServiceRegistryandServiceLoader. -
Uses of Service.Singleton in io.helidon.webserver.observe.tracing
Classes in io.helidon.webserver.observe.tracing with annotations of type Service.SingletonModifier and TypeClassDescriptionclassTracing observe provider implementation, discoverable throughServiceRegistryandServiceLoader. -
Uses of Service.Singleton in io.helidon.webserver.websocket
Classes in io.helidon.webserver.websocket with annotations of type Service.SingletonModifier and TypeClassDescriptionstatic @interfaceDefinition of a server endpoint. -
Uses of Service.Singleton in io.helidon.websocket
Classes in io.helidon.websocket with annotations of type Service.SingletonModifier and TypeClassDescriptionstatic @interfaceA method invoked when the websocket connection is closed.static @interfaceA method invoked when the websocket communication encounters an error.static @interfaceA method invoked during HTTP to WebSocket upgrade.static @interfaceA message listener method.static @interfaceA method invoked when the websocket connection is established.