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