Class NoopTopicService

java.lang.Object
dev.getelements.elements.service.topic.NoopTopicService
All Implemented Interfaces:
TopicService

public class NoopTopicService extends Object implements TopicService
  • Constructor Details

    • NoopTopicService

      public NoopTopicService()
  • Method Details

    • getTopicForTypeNamed

      public <T> Topic<T> getTopicForTypeNamed(Class<T> tClass, String named)
      Description copied from interface: TopicService
      Gets a Topic for the supplied message type.
      Specified by:
      getTopicForTypeNamed in interface TopicService
      Type Parameters:
      T - the message type
      Parameters:
      tClass - the message type Class<T> instance
      named - the name of the topic
      Returns:
      a Topic