Package io.meeds.notes.service
Class TermsAndConditionsWebSocketService
java.lang.Object
io.meeds.notes.service.TermsAndConditionsWebSocketService
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsendMessage(String eventName, String remoteId) Propagate an event from Backend to frontend through WebSocket Message when terms and conditions added, updated or accepted
-
Field Details
-
COMETD_CHANNEL
- See Also:
-
-
Constructor Details
-
TermsAndConditionsWebSocketService
public TermsAndConditionsWebSocketService()
-
-
Method Details
-
sendMessage
Propagate an event from Backend to frontend through WebSocket Message when terms and conditions added, updated or accepted- Parameters:
eventName- event name that will allow Browser to distinguish which behavior to adopt in order to update UI
-