Uses of Enum Class
org.qubership.atp.environments.service.rest.server.dto.EventType
Packages that use EventType
Package
Description
-
Uses of EventType in org.qubership.atp.environments.service.direct
Methods in org.qubership.atp.environments.service.direct with parameters of type EventTypeModifier and TypeMethodDescriptionvoidKafkaService.sendConnectionKafkaNotification(UUID connectionId, EventType connectionEventType, UUID projectId) voidKafkaService.sendEnvironmentKafkaNotification(UUID environmentId, EventType environmentEventType, UUID projectId) voidKafkaService.sendSystemKafkaNotification(UUID systemId, EventType systemEventType, UUID projectId) -
Uses of EventType in org.qubership.atp.environments.service.direct.impl
Methods in org.qubership.atp.environments.service.direct.impl with parameters of type EventTypeModifier and TypeMethodDescriptionvoidKafkaServiceImpl.sendConnectionKafkaNotification(UUID connectionId, EventType connectionEventType, UUID projectId) voidKafkaServiceImpl.sendEnvironmentKafkaNotification(UUID environmentId, EventType environmentEventType, UUID projectId) voidKafkaServiceImpl.sendSystemKafkaNotification(UUID systemId, EventType systemEventType, UUID projectId) -
Uses of EventType in org.qubership.atp.environments.service.rest.server.dto
Methods in org.qubership.atp.environments.service.rest.server.dto that return EventType