Uses of Interface
de.quantummaid.httpmaid.websockets.broadcast.BroadcasterFactory
-
Packages that use BroadcasterFactory Package Description de.quantummaid.httpmaid de.quantummaid.httpmaid.websockets.broadcast -
-
Uses of BroadcasterFactory in de.quantummaid.httpmaid
Methods in de.quantummaid.httpmaid with parameters of type BroadcasterFactory Modifier and Type Method Description <T,U>
HttpMaidBuilderHttpMaidBuilder. broadcastToWebsocketsUsing(de.quantummaid.reflectmaid.GenericType<T> broadcaster, de.quantummaid.reflectmaid.GenericType<U> messageType, BroadcasterFactory<T,U> factory)<T,U>
HttpMaidBuilderHttpMaidBuilder. broadcastToWebsocketsUsing(Class<T> broadcaster, Class<U> messageType, BroadcasterFactory<T,U> factory) -
Uses of BroadcasterFactory in de.quantummaid.httpmaid.websockets.broadcast
Methods in de.quantummaid.httpmaid.websockets.broadcast that return BroadcasterFactory Modifier and Type Method Description BroadcasterFactory<?,Object>RegisteredBroadcasterFactory. factory()Methods in de.quantummaid.httpmaid.websockets.broadcast with parameters of type BroadcasterFactory Modifier and Type Method Description <T,U>
voidBroadcasters. addBroadcaster(de.quantummaid.reflectmaid.GenericType<T> type, de.quantummaid.reflectmaid.resolvedtype.ResolvedType messageType, BroadcasterFactory<T,U> factory)static <T,U>
RegisteredBroadcasterFactoryRegisteredBroadcasterFactory. registeredBroadcasterFactory(BroadcasterFactory<T,U> factory, de.quantummaid.reflectmaid.GenericType<T> senderType, de.quantummaid.reflectmaid.resolvedtype.ResolvedType messageType)
-