Interface KafkaService

All Known Implementing Classes:
KafkaServiceImpl

public interface KafkaService
  • Method Details

    • sendConnectionKafkaNotification

      void sendConnectionKafkaNotification(UUID connectionId, EventType connectionEventType, UUID projectId)
    • sendSystemKafkaNotification

      void sendSystemKafkaNotification(UUID systemId, EventType systemEventType, UUID projectId)
    • sendEnvironmentKafkaNotification

      void sendEnvironmentKafkaNotification(UUID environmentId, EventType environmentEventType, UUID projectId)