You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm thinking about using functional interface in my new project, however I'm not sure about STOMP support in your API. I' haven't found any STOMP demo with functional interface, just simple WebSocket chat here. And spring.io, of course, hosts STOMP service example with traditional annotation-driven interface. I'm not sure if bare web sockets are reliable enough for my purpose, as it (if my proof-of concept will be approved) could be used to deliver important messages to operator's console.
The text was updated successfully, but these errors were encountered:
I'm thinking about using functional interface in my new project, however I'm not sure about STOMP support in your API. I' haven't found any STOMP demo with functional interface, just simple WebSocket chat here. And spring.io, of course, hosts STOMP service example with traditional annotation-driven interface. I'm not sure if bare web sockets are reliable enough for my purpose, as it (if my proof-of concept will be approved) could be used to deliver important messages to operator's console.
The text was updated successfully, but these errors were encountered: