All Classes Interface Summary Class Summary Enum Summary Exception Summary
| Class |
Description |
| AbstractStreamSupport |
This class provides support for the discovery and for providing streams.
|
| AbstractStreamTest |
|
| BackpressureAware |
|
| BackpressureBufferStrategy |
|
| BackpressureBufferStrategy.BackpressureBufferOverflowStrategy |
|
| BackpressureDropStrategy |
|
| BackpressureLatestStrategy |
|
| BackpressureNoneStrategy |
|
| BackpressureStrategies |
|
| BackpressureStrategy |
|
| BufferSpecification |
|
| BufferSpecification.EndStreamMatcher<T,U> |
|
| Choosable<T> |
|
| ClassBasedId<T> |
|
| ClearableBufferProcessor<T> |
Provides a buffered version of an observable of items of a certain type, where the buffering can be customized.
|
| CombineWithLatestStreamFactory |
|
| CombineWithLatestStreamId<T,D,R> |
Given a data stream and a stream of triggering events, the resulting stream emits as soon as the trigger stream
emits.
|
| ComposedStreams |
Deprecated. |
| CompositionStreamFactory |
Deprecated. |
| CompositionStreamId<X,T> |
Deprecated. |
| ConcurrentCircularBuffer<T> |
|
| CreatorProvidingService |
|
| CreatorStreamFactory |
|
| CycleInStreamDiscoveryDetectedException |
Specific exception that indicates that a dependency cycle is detected when discovering a stream.
|
| DefaultPoolConfiguration |
|
| DefaultStreamFactories |
|
| DelayCompositionFunction<X> |
Created by timartin on 06/10/2016.
|
| DelayedStreamFactory |
|
| DelayedStreamId<T> |
Delay the items emitted by the stream created with the target StreamId by the specified Duration
|
| DerivedStreamFactory |
|
| DerivedStreamId<S,T> |
A stream id, that applies the provided function to transform the elements of the data stream.
|
| DiscoveryService |
Interface used to discover Publisher.
|
| DoAfterFirstSubscribe<T> |
This transformer runs the given action after the first subscription.
|
| EmbeddedPoolConfiguration |
The spring configuration which shall be used in any application that will have the spring pool embedded.
|
| ErrorDeflector |
Provides different ways to intercept exceptions from streams (or lambdas) and deflect the caught exceptions onto an
error stream.
|
| ErrorStreamException |
|
| ErrorStreamId<S extends StreamId<?>> |
|
| ErrorStreamPair<T> |
|
| FanOutStreamFactory |
|
| FanOutStreamId<T> |
|
| FilterCompositionFunction<X> |
Created by timartin on 06/10/2016.
|
| FilteredStreamFactory |
|
| FilteredStreamId<T> |
|
| FlatMapCompositionFunction<X,T> |
Created by timartin on 06/10/2016.
|
| FlattenedStreamFactory |
|
| FlattenedStreamId<T> |
A stream id, that flattens all of the values emitted by another stream of iterables, null values are excluded from
the resulting stream.
|
| IdentifiedStreamCreator<T> |
|
| ImmutableIdentifiedStreamCreator<T> |
|
| InstrumentationService |
Service to get instrumentation/debug information about a pool
|
| InstrumentationServiceImpl |
|
| IntervalStreamFactory |
|
| IntervalStreamId |
A stream id, which emits values periodically.
|
| LocalPool |
Local pool for providing and discovery of Publishers.
|
| MapCompositionFunction<X,T> |
Created by timartin on 06/10/2016.
|
| MergedErrorStreamFactory |
|
| MergedErrorStreamId |
Given a source StreamId it published all the (deflected) errors of its ancestors
|
| MoreCollections |
Utility methods for collections
|
| NamedStreamId<T> |
|
| ObjectVerifications |
|
| ObservableChoosable<T> |
|
| OverlapBufferStreamFactory |
|
| OverlapBufferStreamId<T> |
Provide an overlapping buffer for the specified source id.
|
| PoolConfiguration |
|
| PoolContent |
Encapsulate the state of a streaming pool.
|
| ProvidingService |
Interface that is able to provide Publisher.
|
| ReactiveStreams |
Deprecated.
|
| RunState |
|
| RunStateService |
|
| RunStateServiceImpl |
|
| RxStreams |
|
| RxStreamSupport |
Support interface for working with RxJava streams.
|
| StreamCollectingSupport |
Support interface that provides convenience methods for working with streams.
|
| StreamCollectingSupport.OngoingBlockingCollecting<T> |
|
| StreamCreator<T> |
Interface that represents an entity that is able to create a specific Publisher.
|
| StreamCreatorFactoryConfiguration |
This configuration can be used together with a pool configuration and provides and additional factory for streams
which is based on so-called creators.
|
| StreamCreators |
|
| StreamCreators.OngoingCreatorCreation<T> |
|
| StreamDependencyTree |
Data structure that holds the dependencies between StreamIds
|
| StreamFactory |
This interface represents a factory for Publishers.
|
| StreamFactoryMock<T> |
Very simple StreamFactory mock builder to simplify the test code.
|
| StreamFactoryRegistry |
This is interface for adding intercept and fallback factories.
|
| StreamId<T> |
Interface for defining custom stream identifiers.
|
| StreamingPoolHook |
|
| StreamSupport |
Support interface for working with Publishers.
|
| StreamSupport.OngoingLazyProviding<T> |
|
| StreamSupport.OngoingProviding<T> |
|
| SynchronizedStreamDependencyTree |
|
| TestPoolConfiguration |
|
| Timestamped<T> |
|
| TrackKeepingDiscoveryService |
|
| Trigger |
|
| TriggerImpl |
|
| TypedStreamFactory<X,T extends StreamId<X>> |
|
| UncheckedWaits |
|
| ZipCompositionFunction<X,T> |
Created by timartin on 06/10/2016.
|
| ZippedStreamFactory |
|
| ZippedStreamId<S1,S2,T> |
|