Class DefaultServiceTalkThreadContextMapProvider

java.lang.Object
org.apache.logging.log4j.spi.Provider
io.servicetalk.log4j2.mdc.DefaultServiceTalkThreadContextMapProvider

public final class DefaultServiceTalkThreadContextMapProvider extends org.apache.logging.log4j.spi.Provider
Provider for ServiceLoader to initialize DefaultServiceTalkThreadContextMap.

This class is service loaded by log4j2 and is used to provide an MDC context map implementation that will work with ServiceTalks reactive primitives.

  • Field Summary

    Fields inherited from class org.apache.logging.log4j.spi.Provider

    FACTORY_PRIORITY, LOGGER_CONTEXT_FACTORY, THREAD_CONTEXT_MAP
  • Constructor Summary

    Constructors
    Constructor
    Description
    Creates a new instance.
  • Method Summary

    Methods inherited from class org.apache.logging.log4j.spi.Provider

    equals, getClassName, getPriority, getThreadContextMap, getUrl, getVersions, hashCode, loadLoggerContextFactory, loadThreadContextMap, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • DefaultServiceTalkThreadContextMapProvider

      public DefaultServiceTalkThreadContextMapProvider()
      Creates a new instance.

      The zero-argument constructor is required by ServiceLoader.