Class NoopTopicService
java.lang.Object
dev.getelements.elements.service.topic.NoopTopicService
- All Implemented Interfaces:
TopicService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> Topic<T> getTopicForTypeNamed(Class<T> tClass, String named) Gets aTopicfor the supplied message type.
-
Constructor Details
-
NoopTopicService
public NoopTopicService()
-
-
Method Details
-
getTopicForTypeNamed
Description copied from interface:TopicServiceGets aTopicfor the supplied message type.- Specified by:
getTopicForTypeNamedin interfaceTopicService- Type Parameters:
T- the message type- Parameters:
tClass- the message typeClass<T>instancenamed- the name of the topic- Returns:
- a
Topic
-