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 aTopic
for the supplied message type.
-
Constructor Details
-
NoopTopicService
public NoopTopicService()
-
-
Method Details
-
getTopicForTypeNamed
Description copied from interface:TopicService
Gets aTopic
for the supplied message type.- Specified by:
getTopicForTypeNamed
in interfaceTopicService
- Type Parameters:
T
- the message type- Parameters:
tClass
- the message typeClass<T>
instancenamed
- the name of the topic- Returns:
- a
Topic
-