Class SmallRyeContextManager.Builder

  • All Implemented Interfaces:
    org.eclipse.microprofile.context.spi.ContextManager.Builder
    Enclosing class:
    SmallRyeContextManager

    public static class SmallRyeContextManager.Builder
    extends Object
    implements org.eclipse.microprofile.context.spi.ContextManager.Builder
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • withThreadContextProviders

        public SmallRyeContextManager.Builder withThreadContextProviders​(org.eclipse.microprofile.context.spi.ThreadContextProvider... providers)
        Specified by:
        withThreadContextProviders in interface org.eclipse.microprofile.context.spi.ContextManager.Builder
      • addDiscoveredThreadContextProviders

        public SmallRyeContextManager.Builder addDiscoveredThreadContextProviders()
        Specified by:
        addDiscoveredThreadContextProviders in interface org.eclipse.microprofile.context.spi.ContextManager.Builder
      • withContextManagerExtensions

        public SmallRyeContextManager.Builder withContextManagerExtensions​(org.eclipse.microprofile.context.spi.ContextManagerExtension... propagators)
        Specified by:
        withContextManagerExtensions in interface org.eclipse.microprofile.context.spi.ContextManager.Builder
      • addDiscoveredContextManagerExtensions

        public SmallRyeContextManager.Builder addDiscoveredContextManagerExtensions()
        Specified by:
        addDiscoveredContextManagerExtensions in interface org.eclipse.microprofile.context.spi.ContextManager.Builder
      • build

        public SmallRyeContextManager build()
        Specified by:
        build in interface org.eclipse.microprofile.context.spi.ContextManager.Builder