Uses of Enum
org.qubership.atp.ram.dto.event.WebSocketEventType
Packages that use WebSocketEventType
-
Uses of WebSocketEventType in org.qubership.atp.ram.dto.event
Fields in org.qubership.atp.ram.dto.event declared as WebSocketEventTypeMethods in org.qubership.atp.ram.dto.event that return WebSocketEventTypeModifier and TypeMethodDescriptionstatic WebSocketEventTypeReturns the enum constant of this type with the specified name.static WebSocketEventType[]WebSocketEventType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.qubership.atp.ram.dto.event with parameters of type WebSocketEventTypeModifierConstructorDescriptionExecutionRequestEvent(WebSocketEventType eventType, UUID executionRequestId, T data)