Interface Publisher<M>


@Deprecated public interface Publisher<M>
Deprecated.
in through use of the AxonServer java connector
Interface that encapsulates the messages publication functionality to AxonServer.
Since:
4.0
Author:
Sara Pellegrini
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    publish(M message)
    Deprecated.
    Publishes the given message
  • Method Details

    • publish

      void publish(M message)
      Deprecated.
      Publishes the given message
      Parameters:
      message - the message of type M to publish