Uses of Package
org.osgi.util.pushstream
Package
Description
Log Stream Package Version 1.0.
Typed Event Monitoring Package Version 1.0.
Push Stream Package Version 1.1.
-
ClassDescriptionA Push Stream fulfills the same role as the Java 8 stream but it reverses the control direction.
-
ClassDescriptionA Push Stream fulfills the same role as the Java 8 stream but it reverses the control direction.
-
ClassDescriptionCreate a buffered section of a Push-based streamA
PushbackPolicy
is used to calculate how much back pressure to apply based on the current buffer.PushbackPolicyOption
provides a standard set of simplePushbackPolicy
implementations.A PushEvent is an immutable object that is transferred through a communication channel to push information to a downstream consumer.The type of aPushEvent
.An Async Event Consumer asynchronously receives Data events until it receives either a Close or Error event.An event source.A Push Stream fulfills the same role as the Java 8 stream but it reverses the control direction.A Builder for a PushStream.AQueuePolicy
is used to control how events should be queued in the current buffer.QueuePolicyOption
provides a standard set of simpleQueuePolicy
implementations.ASimplePushEventSource
is a helper that makes it simpler to write aPushEventSource
.Provides a configurablePushbackPolicy
implementation that returns zero back pressure until the buffer fills beyond the supplied threshold.