Uses of Class
br.pucrio.tecgraf.soma.logsmonitor.model.TopicEvent
-
Packages that use TopicEvent Package Description br.pucrio.tecgraf.soma.logsmonitor.model br.pucrio.tecgraf.soma.logsmonitor.model.mapper -
-
Uses of TopicEvent in br.pucrio.tecgraf.soma.logsmonitor.model
Subclasses of TopicEvent in br.pucrio.tecgraf.soma.logsmonitor.model Modifier and Type Class Description classJobLogsTopicEventConstructors in br.pucrio.tecgraf.soma.logsmonitor.model with parameters of type TopicEvent Constructor Description Notification(@NonNull String subscriptionId, @NonNull TopicType topicType, @NonNull TopicEvent topicEvent) -
Uses of TopicEvent in br.pucrio.tecgraf.soma.logsmonitor.model.mapper
Methods in br.pucrio.tecgraf.soma.logsmonitor.model.mapper that return TopicEvent Modifier and Type Method Description TopicEventJobLogsTopicEventMapper. map(ResourceMonitorEvent sourceEvent, Topic topic)TopicEventTopicErrorsMapper. map(Topic topic, Integer statusCode, Throwable throwable)TopicEventTopicEventMapper. map(ResourceMonitorEvent sourceEvent, Topic topic)
-