Uses of Package
org.osgi.util.pushstream
-
Packages that use org.osgi.util.pushstream Package Description org.osgi.service.log.stream Log Stream Package Version 1.0.org.osgi.service.typedevent.monitor Typed Event Monitoring Package Version 1.0.org.osgi.util.pushstream Push Stream Package Version 1.0. -
Classes in org.osgi.util.pushstream used by org.osgi.service.log.stream Class Description PushStream A Push Stream fulfills the same role as the Java 8 stream but it reverses the control direction. -
Classes in org.osgi.util.pushstream used by org.osgi.service.typedevent.monitor Class Description PushStream A Push Stream fulfills the same role as the Java 8 stream but it reverses the control direction. -
Classes in org.osgi.util.pushstream used by org.osgi.util.pushstream Class Description BufferBuilder Create a buffered section of a Push-based streamPushbackPolicy APushbackPolicyis used to calculate how much back pressure to apply based on the current buffer.PushbackPolicyOption PushbackPolicyOptionprovides a standard set of simplePushbackPolicyimplementations.PushEvent A PushEvent is an immutable object that is transferred through a communication channel to push information to a downstream consumer.PushEvent.EventType The type of aPushEvent.PushEventConsumer An Async Event Consumer asynchronously receives Data events until it receives either a Close or Error event.PushEventSource An event source.PushStream A Push Stream fulfills the same role as the Java 8 stream but it reverses the control direction.PushStreamBuilder A Builder for a PushStream.QueuePolicy AQueuePolicyis used to control how events should be queued in the current buffer.QueuePolicyOption QueuePolicyOptionprovides a standard set of simpleQueuePolicyimplementations.SimplePushEventSource ASimplePushEventSourceis a helper that makes it simpler to write aPushEventSource.