@RegisterRestClient(baseUri="http://localhost:10000/weather/sse") @RegisterProvider(value=WeatherEventProvider.class) public interface RsWeatherEventClient
Modifier and Type | Method and Description |
---|---|
org.reactivestreams.Publisher<WeatherEvent> |
getEvents() |
@GET @Path(value="ssePath") @Produces(value="text/event-stream") org.reactivestreams.Publisher<WeatherEvent> getEvents()
Copyright © 2017 – 2022 Eclipse Foundation. All rights reserved.
Use is subject to license terms.