public class ThreadContextBuilderImpl extends Object implements org.eclipse.microprofile.context.ThreadContext.Builder
| Constructor and Description |
|---|
ThreadContextBuilderImpl(SmallRyeContextManager manager) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.microprofile.context.ThreadContext |
build() |
org.eclipse.microprofile.context.ThreadContext.Builder |
cleared(String... types) |
org.eclipse.microprofile.context.ThreadContext.Builder |
injectionPointName(String name) |
org.eclipse.microprofile.context.ThreadContext.Builder |
propagated(String... types) |
org.eclipse.microprofile.context.ThreadContext.Builder |
unchanged(String... types) |
public ThreadContextBuilderImpl(SmallRyeContextManager manager)
public org.eclipse.microprofile.context.ThreadContext build()
build in interface org.eclipse.microprofile.context.ThreadContext.Builderpublic org.eclipse.microprofile.context.ThreadContext.Builder propagated(String... types)
propagated in interface org.eclipse.microprofile.context.ThreadContext.Builderpublic org.eclipse.microprofile.context.ThreadContext.Builder unchanged(String... types)
unchanged in interface org.eclipse.microprofile.context.ThreadContext.Builderpublic org.eclipse.microprofile.context.ThreadContext.Builder cleared(String... types)
cleared in interface org.eclipse.microprofile.context.ThreadContext.Builderpublic org.eclipse.microprofile.context.ThreadContext.Builder injectionPointName(String name)
Copyright © 2019. All rights reserved.