Uses of Class
io.joshworks.stream.client.sse.SseClientCallback
-
Packages that use SseClientCallback Package Description io.joshworks.stream.client io.joshworks.stream.client.sse -
-
Uses of SseClientCallback in io.joshworks.stream.client
Methods in io.joshworks.stream.client with parameters of type SseClientCallback Modifier and Type Method Description static SSEConnectionStreamClient. connect(java.lang.String url, SseClientCallback clientCallback) -
Uses of SseClientCallback in io.joshworks.stream.client.sse
Methods in io.joshworks.stream.client.sse with parameters of type SseClientCallback Modifier and Type Method Description SseConfigurationSseConfiguration. clientCallback(SseClientCallback callback)Constructors in io.joshworks.stream.client.sse with parameters of type SseClientCallback Constructor Description SseConfiguration(java.lang.String url, org.xnio.XnioWorker worker, java.util.concurrent.ScheduledExecutorService scheduler, ConnectionMonitor register, SseClientCallback clientCallback)SSEConnection(SseConfiguration clientConfiguration, java.lang.String lastEventId, SseClientCallback callback)
-