Package | Description |
---|---|
org.osgi.util.pushstream |
Push Stream Package Version 1.0.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SimplePushEventSource<T>
A
SimplePushEventSource is a helper that makes it simpler to write a
PushEventSource . |
Modifier and Type | Method and Description |
---|---|
<T> PushEventSource<T> |
PushStreamProvider.createEventSourceFromStream(PushStream<T> stream)
Convert an
PushStream into an PushEventSource . |
Modifier and Type | Method and Description |
---|---|
<T,U extends java.util.concurrent.BlockingQueue<PushEvent<? extends T>>> |
PushStreamProvider.buildEventSourceFromStream(PushStream<T> stream)
Convert an
PushStream into an PushEventSource . |
Modifier and Type | Method and Description |
---|---|
<T,U extends java.util.concurrent.BlockingQueue<PushEvent<? extends T>>> |
PushStreamProvider.buildStream(PushEventSource<T> eventSource)
Builds a push stream with custom configuration.
|
<T> PushStream<T> |
PushStreamProvider.createStream(PushEventSource<T> eventSource)
Create a stream with the default configured buffer, executor size, queue,
queue policy and pushback policy.
|
PushStream<T> |
PushStream.merge(PushEventSource<? extends T> source)
Merge in the events from another source.
|
Copyright © OSGi Alliance (2000, 2018). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0