Class ContextMessage

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  ContextMessage.Pop
      Published when an internal service is finished with the context previously signaled through publishing a ContextMessage.Push.
      static class  ContextMessage.Push
      Published when an internal service would like to modify the current EventContext.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.Map<java.lang.String,​java.lang.String> context  
      • Fields inherited from class ome.util.messages.InternalMessage

        threadSafe
      • Fields inherited from class java.util.EventObject

        source
    • Constructor Summary

      Constructors 
      Constructor Description
      ContextMessage​(java.lang.Object source, java.util.Map<java.lang.String,​java.lang.String> context)  
    • Method Summary

      • Methods inherited from class ome.util.messages.InternalMessage

        isThreadSafe
      • Methods inherited from class org.springframework.context.ApplicationEvent

        getTimestamp
      • Methods inherited from class java.util.EventObject

        getSource, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • context

        public final java.util.Map<java.lang.String,​java.lang.String> context
    • Constructor Detail

      • ContextMessage

        public ContextMessage​(java.lang.Object source,
                              java.util.Map<java.lang.String,​java.lang.String> context)