Class KafkaServiceImpl
java.lang.Object
org.qubership.atp.environments.service.direct.impl.KafkaServiceImpl
- All Implemented Interfaces:
KafkaService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsendConnectionKafkaNotification(UUID connectionId, EventType connectionEventType, UUID projectId) voidsendEnvironmentKafkaNotification(UUID environmentId, EventType environmentEventType, UUID projectId) voidsendSystemKafkaNotification(UUID systemId, EventType systemEventType, UUID projectId)
-
Constructor Details
-
KafkaServiceImpl
public KafkaServiceImpl()
-
-
Method Details
-
sendConnectionKafkaNotification
public void sendConnectionKafkaNotification(UUID connectionId, EventType connectionEventType, UUID projectId) - Specified by:
sendConnectionKafkaNotificationin interfaceKafkaService
-
sendSystemKafkaNotification
- Specified by:
sendSystemKafkaNotificationin interfaceKafkaService
-
sendEnvironmentKafkaNotification
public void sendEnvironmentKafkaNotification(UUID environmentId, EventType environmentEventType, UUID projectId) - Specified by:
sendEnvironmentKafkaNotificationin interfaceKafkaService
-