Class EventMeshProducer


  • public class EventMeshProducer
    extends java.lang.Object
    • Constructor Detail

      • EventMeshProducer

        public EventMeshProducer()
    • Method Detail

      • send

        public void send​(SendMessageContext sendMsgContext,
                         org.apache.eventmesh.api.SendCallback sendCallback)
                  throws java.lang.Exception
        Throws:
        java.lang.Exception
      • request

        public void request​(SendMessageContext sendMsgContext,
                            org.apache.eventmesh.api.RequestReplyCallback rrCallback,
                            long timeout)
                     throws java.lang.Exception
        Throws:
        java.lang.Exception
      • reply

        public void reply​(SendMessageContext sendMessageContext,
                          org.apache.eventmesh.api.SendCallback sendCallback)
                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • start

        public void start()
                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • shutdown

        public void shutdown()
                      throws java.lang.Exception
        Throws:
        java.lang.Exception
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object