Uses of Interface
io.muserver.SsePublisher
-
Packages that use SsePublisher Package Description io.muserver This package contains the main API of mu-server, for example the server builders, request and response objects. -
-
Uses of SsePublisher in io.muserver
Methods in io.muserver that return SsePublisher Modifier and Type Method Description static SsePublisherSsePublisher. start(MuRequest request, MuResponse response)Creates a new Server-Sent Events publisher.
-