Package org.qubership.atp.ram.dto.event
Class ExecutionRequestEvent<T>
java.lang.Object
org.qubership.atp.ram.dto.event.WebSocketEvent<T>
org.qubership.atp.ram.dto.event.ExecutionRequestEvent<T>
-
Field Summary
FieldsFields inherited from class org.qubership.atp.ram.dto.event.WebSocketEvent
data, eventType -
Constructor Summary
ConstructorsConstructorDescriptionExecutionRequestEvent(WebSocketEventType eventType, UUID executionRequestId, T data) -
Method Summary
Modifier and TypeMethodDescriptionSubclasses should provide event destination used for further send.
-
Field Details
-
executionRequestId
-
-
Constructor Details
-
ExecutionRequestEvent
-
-
Method Details
-
getDestination
Description copied from class:WebSocketEventSubclasses should provide event destination used for further send.- Specified by:
getDestinationin classWebSocketEvent<T>- Returns:
- destination
-