Package org.qubership.atp.ram.services
Class WebSocketNotificationService
java.lang.Object
org.qubership.atp.ram.services.WebSocketNotificationService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T extends WebSocketEvent<R>,R>
voidsendEvent(T event) Send event via web socket.
-
Constructor Details
-
WebSocketNotificationService
public WebSocketNotificationService()
-
-
Method Details
-
sendEvent
Send event via web socket. Destination should be provided byWebSocketEvent.getDestination().- Type Parameters:
T- event type- Parameters:
event- event data
-