Class AlertMonitor


  • @Path("/monitor")
    public class AlertMonitor
    extends Object
    • Constructor Detail

      • AlertMonitor

        public AlertMonitor()
    • Method Detail

      • stream

        @GET
        @Path("/stream")
        @Produces("text/event-stream")
        public org.reactivestreams.Publisher<String> stream()