Uses of Interface
org.qubership.atp.environments.service.notification.EventNotificationService
Packages that use EventNotificationService
Package
Description
-
Uses of EventNotificationService in org.qubership.atp.environments.config
Methods in org.qubership.atp.environments.config that return EventNotificationServiceModifier and TypeMethodDescriptionKafkaNotificationConfiguration.connectionEventNotificationService(org.springframework.kafka.core.KafkaTemplate<UUID, String> kafkaTemplate) Creates ConnectionEventNotificationService.KafkaNotificationConfiguration.environmentEventNotificationService(org.springframework.kafka.core.KafkaTemplate<UUID, String> kafkaTemplate) Creates EnvironmentEventNotificationService.KafkaNotificationConfiguration.systemEventNotificationService(org.springframework.kafka.core.KafkaTemplate<UUID, String> kafkaTemplate) Creates SystemEventNotificationService. -
Uses of EventNotificationService in org.qubership.atp.environments.service.notification
Classes in org.qubership.atp.environments.service.notification that implement EventNotificationService