Class TopicServiceFactory
- java.lang.Object
-
- br.pucrio.tecgraf.soma.logsmonitor.service.TopicServiceFactory
-
@Service public class TopicServiceFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description TopicServiceFactory(List<TopicService> topicServices)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TopicServicegetServiceByTopicType(TopicType type)
-
-
-
Constructor Detail
-
TopicServiceFactory
@Autowired public TopicServiceFactory(List<TopicService> topicServices)
-
-
Method Detail
-
getServiceByTopicType
public TopicService getServiceByTopicType(TopicType type)
-
-