Uses of Class
com.suse.salt.netapi.event.WebSocketEventStream
-
Packages that use WebSocketEventStream Package Description com.suse.salt.netapi.client -
-
Uses of WebSocketEventStream in com.suse.salt.netapi.client
Methods in com.suse.salt.netapi.client that return WebSocketEventStream Modifier and Type Method Description WebSocketEventStream
SaltClient. events(Token token, long sessionIdleTimeout, long idleTimeout, int maxMsgSize, EventListener... listeners)
Returns a WebSocket @ClientEndpoint annotated object connected to the /ws ServerEndpoint.
-