| Constructor and Description |
|---|
PipedStream(Stream<E1> stream,
Generator<E1,E2> generator)
|
UnfoldedStream(Stream<E1> stream,
Generator<E1,Stream<E2>> generator)
|
| Modifier and Type | Method and Description |
|---|---|
<E2> PipedStream<E,E2> |
PipeThroughClause.through(Generator<E,E2> generator)
|
| Modifier and Type | Method and Description |
|---|---|
PublishRsWithClause<E> |
PublishRsUsingClause.using(Generator<E,String> serialiser)
Configures a serialiser for the elements of the input
Stream. |
| Modifier and Type | Method and Description |
|---|---|
<E2> UnfoldedStream<E,E2> |
UnfoldThroughClause.through(Generator<E,Stream<E2>> generator)
|
| Modifier and Type | Class and Description |
|---|---|
class |
Filter<E1,E2>
A partial implementation of
Filter that provides support for skipping elements |
class |
LoggingListener<E>
A pass-through
Generator that acts as a StreamListener for throughput logging purposes. |
class |
NoOpGenerator<E>
A pass-through
Generator. |
class |
Processor<E>
|
| Constructor and Description |
|---|
RsPublisher(Stream<E> stream,
Generator<E,String> serialiser)
Creates an instance for a given
Stream and with a given element serialiser. |
RsStringRecordFactory(Generator<E,String> serialiser)
|
Copyright © 2019. All Rights Reserved.