Uses of Interface
org.osgi.util.pushstream.SimplePushEventSource
Packages that use SimplePushEventSource
-
Uses of SimplePushEventSource in org.osgi.util.pushstream
Methods in org.osgi.util.pushstream that return SimplePushEventSourceModifier and TypeMethodDescription<T> SimplePushEventSource<T>
PushStreamProvider.createSimpleEventSource
(Class<T> type) Create aSimplePushEventSource
with the supplied type and default buffering behaviors.Methods in org.osgi.util.pushstream that return types with arguments of type SimplePushEventSourceModifier and TypeMethodDescription<T,
U extends BlockingQueue<PushEvent<? extends T>>>
BufferBuilder<SimplePushEventSource<T>,T, U> PushStreamProvider.buildSimpleEventSource
(Class<T> type) Build aSimplePushEventSource
with the supplied type and custom buffering behaviors.