Uses of Class
br.pucrio.tecgraf.soma.logsmonitor.model.TopicType
-
Packages that use TopicType Package Description br.pucrio.tecgraf.soma.logsmonitor.model br.pucrio.tecgraf.soma.logsmonitor.model.mapper br.pucrio.tecgraf.soma.logsmonitor.service -
-
Uses of TopicType in br.pucrio.tecgraf.soma.logsmonitor.model
Fields in br.pucrio.tecgraf.soma.logsmonitor.model declared as TopicType Modifier and Type Field Description protected TopicTypeTopic. topicTypeMethods in br.pucrio.tecgraf.soma.logsmonitor.model that return TopicType Modifier and Type Method Description static TopicTypeTopicType. fromValue(String value)TopicTypeTopic. getTopicType()static TopicTypeTopicType. valueOf(String name)Returns the enum constant of this type with the specified name.static TopicType[]TopicType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in br.pucrio.tecgraf.soma.logsmonitor.model with parameters of type TopicType Modifier and Type Method Description voidTopic. setTopicType(TopicType topicType)Constructors in br.pucrio.tecgraf.soma.logsmonitor.model with parameters of type TopicType Constructor Description Notification(@NonNull String subscriptionId, @NonNull TopicType topicType, @NonNull TopicEvent topicEvent) -
Uses of TopicType in br.pucrio.tecgraf.soma.logsmonitor.model.mapper
Methods in br.pucrio.tecgraf.soma.logsmonitor.model.mapper that return TopicType Modifier and Type Method Description TopicTypeJobLogsTopicEventMapper. getTopicType()TopicTypeTopicErrorsMapper. getTopicType()TopicTypeTopicEventMapper. getTopicType()Methods in br.pucrio.tecgraf.soma.logsmonitor.model.mapper with parameters of type TopicType Modifier and Type Method Description TopicErrorsMapperTopicErrorsMapperFactory. getEventMapperByTopicType(TopicType type)TopicEventMapperTopicEventMapperFactory. getEventMapperByTopicType(TopicType type) -
Uses of TopicType in br.pucrio.tecgraf.soma.logsmonitor.service
Methods in br.pucrio.tecgraf.soma.logsmonitor.service that return TopicType Modifier and Type Method Description TopicTypeJobLogsTopicService. getTopicType()TopicTypeTopicService. getTopicType()Methods in br.pucrio.tecgraf.soma.logsmonitor.service with parameters of type TopicType Modifier and Type Method Description TopicServiceTopicServiceFactory. getServiceByTopicType(TopicType type)
-