public interface Message
Monitor indicating an event of interest or a command to execute.| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(Visitor<T> visitor)
Dispatches a call to the appropriate
visit method on Visitor. |
void |
setContextMap()
Sets the MDC context into the current thread
|
<T> T accept(Visitor<T> visitor)
visit method on Visitor.T - Return typevisitor - Visitorvisit methodvoid setContextMap()
Copyright © 2021 Hitachi Vantara. All rights reserved.