| Package | Description |
|---|---|
| io.helidon.common.context |
Support fo context propagation across executor boundaries.
|
| Modifier and Type | Method and 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.
|
Copyright © 2018–2019 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.