Package org.qubership.atp.ram.dto.event
Class WebSocketEvent<T>
java.lang.Object
org.qubership.atp.ram.dto.event.WebSocketEvent<T>
- Direct Known Subclasses:
ExecutionRequestEvent
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract StringSubclasses should provide event destination used for further send.
-
Field Details
-
eventType
-
data
-
-
Constructor Details
-
WebSocketEvent
public WebSocketEvent()
-
-
Method Details
-
getDestination
Subclasses should provide event destination used for further send.- Returns:
- destination
-