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