Uses of Interface
com.soklet.SseBroadcaster
Packages that use SseBroadcaster
-
Uses of SseBroadcaster in com.soklet
Methods in com.soklet that return types with arguments of type SseBroadcasterModifier and TypeMethodDescription@NonNull Optional<? extends SseBroadcaster> SseServer.acquireBroadcaster(@Nullable ResourcePath resourcePath) Given aResourcePaththat corresponds to a Resource Method annotated withSseEventSource, acquire aSseBroadcasterwhich is capable of "pushing" messages to all connected Server-Sent Event clients.