Uses of Interface
org.osgi.util.pushstream.SimplePushEventSource
-
Packages that use SimplePushEventSource Package Description org.osgi.util.pushstream Push Stream Package Version 1.0. -
-
Uses of SimplePushEventSource in org.osgi.util.pushstream
Methods in org.osgi.util.pushstream that return SimplePushEventSource Modifier and Type Method Description <T> SimplePushEventSource<T>
PushStreamProvider. createSimpleEventSource(java.lang.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 SimplePushEventSource Modifier and Type Method Description <T,U extends java.util.concurrent.BlockingQueue<PushEvent<? extends T>>>
BufferBuilder<SimplePushEventSource<T>,T,U>PushStreamProvider. buildSimpleEventSource(java.lang.Class<T> type)
Build aSimplePushEventSource
with the supplied type and custom buffering behaviors.
-