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