Interface IMessageService


public interface IMessageService
Messaging service interface
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> ITopic<T>
    Get or create message topic by name
  • Method Details

    • getTopic

      <T> ITopic<T> getTopic(String name)
      Get or create message topic by name
      Type Parameters:
      T -
      Parameters:
      name - topic name
      Returns:
      messaging topic interface