Uses of Interface
org.osgi.util.pushstream.SimplePushEventSource
-
Uses of SimplePushEventSource in org.osgi.util.pushstream
Modifier and TypeMethodDescription<T> SimplePushEventSource<T>
PushStreamProvider.createSimpleEventSource
(Class<T> type) Create aSimplePushEventSource
with the supplied type and default buffering behaviors.Modifier 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.