Interface Message

    • Method Detail

      • accept

        <T> T accept​(Visitor<T> visitor)
        Dispatches a call to the appropriate visit method on Visitor.
        Type Parameters:
        T - Return type
        Parameters:
        visitor - Visitor
        Returns:
        Value returned by the visit method
      • setContextMap

        void setContextMap()
        Sets the MDC context into the current thread