Uses of Class
io.helidon.common.context.Context.Builder
Packages that use Context.Builder
Package
Description
Support for context propagation across executor boundaries.
Helidon WebServer module, combining common server API, HTTP API and HTTP/1.1 API to create a server.
-
Uses of Context.Builder in io.helidon.common.context
Methods in io.helidon.common.context that return Context.BuilderModifier and TypeMethodDescriptionstatic Context.Builder
Context.builder()
Fluent API builder for advanced configuration.Identification of the new context, should be unique within this runtime.Parent of the new context. -
Uses of Context.Builder in io.helidon.webserver
Method parameters in io.helidon.webserver with type arguments of type Context.BuilderModifier and TypeMethodDescriptionListenerConfig.BuilderBase.listenerContext
(Consumer<Context.Builder> consumer) Listener scoped context to be used as a parent for webserver request contexts (if used).WebServerConfig.BuilderBase.serverContext
(Consumer<Context.Builder> consumer) Context for the WebServer, if none defined, a new one will be created with global context as the root.