Class SyncMessageBus.SyncPostCommand

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private T message  
    • Constructor Summary

      Constructors 
      Constructor Description
      SyncPostCommand​(T message)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      IMessagePublication now()
      Execute the message publication immediately.
      • Methods inherited from class java.lang.Object

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

      • message

        private T message
    • Constructor Detail

      • SyncPostCommand

        public SyncPostCommand​(T message)