Uses of Interface
com.soklet.ServerSentEventBroadcaster
Packages that use ServerSentEventBroadcaster
-
Uses of ServerSentEventBroadcaster in com.soklet
Methods in com.soklet that return ServerSentEventBroadcasterModifier and TypeMethodDescriptionSimulator.acquireServerSentEventBroadcaster
(ResourcePath resourcePath) Acquires a Server-Sent Event broadcaster for the givenResourcePath
.Methods in com.soklet that return types with arguments of type ServerSentEventBroadcasterModifier and TypeMethodDescriptionOptional
<? extends ServerSentEventBroadcaster> ServerSentEventServer.acquireBroadcaster
(ResourcePath resourcePath) Given aResourcePath
that corresponds to a Resource Method annotated withServerSentEventSource
, acquire aServerSentEventBroadcaster
which is capable of "pushing" messages to all connected Server-Sent Event clients.