Uses of Class
io.helidon.common.context.Context.Builder
-
Packages that use Context.Builder Package Description io.helidon.common.context Support for context propagation across executor boundaries. -
-
Uses of Context.Builder in io.helidon.common.context
Methods in io.helidon.common.context that return Context.Builder Modifier and Type Method Description static Context.Builder
Context. builder()
Fluent API builder for advanced configuration.Context.Builder
Context.Builder. id(String id)
Identification of the new context, should be unique within this runtime.Context.Builder
Context.Builder. parent(Context parent)
Parent of the new context.
-