Interface RsWeatherEventClient
@RegisterRestClient(baseUri="http://localhost:10000/weather/sse")
@RegisterProvider(WeatherEventProvider.class)
public interface RsWeatherEventClient
-
Method Summary
-
Method Details
-
getEvents
@GET @Path("ssePath") @Produces("text/event-stream") org.reactivestreams.Publisher<WeatherEvent> getEvents()
-