Uses of Interface
com.soklet.core.ServerSentEventBroadcaster
Packages that use ServerSentEventBroadcaster
Package
Description
Core Soklet contracts and functionality.
Default implementations of Soklet contracts.
-
Uses of ServerSentEventBroadcaster in com.soklet.core
Methods in com.soklet.core that return ServerSentEventBroadcasterModifier and TypeMethodDescriptionSimulator.acquireServerSentEventBroadcaster(ResourcePath resourcePath) Acquires a Server-Sent Event broadcaster for the givenResourcePath.Methods in com.soklet.core 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. -
Uses of ServerSentEventBroadcaster in com.soklet.core.impl
Methods in com.soklet.core.impl that return types with arguments of type ServerSentEventBroadcasterModifier and TypeMethodDescriptionOptional<? extends ServerSentEventBroadcaster> DefaultServerSentEventServer.acquireBroadcaster(ResourcePath resourcePath)