Class MessageEventsDispatcher


  • public class MessageEventsDispatcher
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      MessageEventsDispatcher​(org.springframework.messaging.MessageChannel messageEvents)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void dispatch​(org.springframework.messaging.Message<?> message)  
      • Methods inherited from class java.lang.Object

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

      • MessageEventsDispatcher

        public MessageEventsDispatcher​(org.springframework.messaging.MessageChannel messageEvents)
    • Method Detail

      • dispatch

        public void dispatch​(org.springframework.messaging.Message<?> message)