Package io.smallrye.context
Class SmallRyeThreadContext.Builder
- java.lang.Object
-
- io.smallrye.context.SmallRyeThreadContext.Builder
-
- All Implemented Interfaces:
org.eclipse.microprofile.context.ThreadContext.Builder
- Enclosing class:
- SmallRyeThreadContext
public static class SmallRyeThreadContext.Builder extends Object implements org.eclipse.microprofile.context.ThreadContext.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder(SmallRyeContextManager manager)
-
Method Summary
Modifier and Type Method Description SmallRyeThreadContextbuild()SmallRyeThreadContext.Buildercleared(String... types)SmallRyeThreadContext.BuilderinjectionPointName(String name)SmallRyeThreadContext.Builderpropagated(String... types)SmallRyeThreadContext.Builderunchanged(String... types)
-
-
-
Constructor Detail
-
Builder
public Builder(SmallRyeContextManager manager)
-
-
Method Detail
-
build
public SmallRyeThreadContext build()
- Specified by:
buildin interfaceorg.eclipse.microprofile.context.ThreadContext.Builder
-
propagated
public SmallRyeThreadContext.Builder propagated(String... types)
- Specified by:
propagatedin interfaceorg.eclipse.microprofile.context.ThreadContext.Builder
-
unchanged
public SmallRyeThreadContext.Builder unchanged(String... types)
- Specified by:
unchangedin interfaceorg.eclipse.microprofile.context.ThreadContext.Builder
-
cleared
public SmallRyeThreadContext.Builder cleared(String... types)
- Specified by:
clearedin interfaceorg.eclipse.microprofile.context.ThreadContext.Builder
-
injectionPointName
public SmallRyeThreadContext.Builder injectionPointName(String name)
-
-