| Package | Description |
|---|---|
| org.zalando.fahrschein |
| Modifier and Type | Method and Description |
|---|---|
StreamParameters |
StreamParameters.withBatchFlushTimeout(int batchFlushTimeout)
Maximum time in seconds to wait for the flushing of each chunk (per partition).
|
StreamParameters |
StreamParameters.withBatchLimit(int batchLimit)
Maximum number of Events in each chunk (and therefore per partition) of the stream.
|
StreamParameters |
StreamParameters.withMaxUncommittedEvents(int maxUncommittedEvents) |
StreamParameters |
StreamParameters.withStreamKeepAliveLimit(int streamKeepAliveLimit)
Maximum number of empty keep alive batches to get in a row before closing the connection.
|
StreamParameters |
StreamParameters.withStreamLimit(int streamLimit)
Maximum number of Events in this stream (over all partitions being streamed in this connection).
|
StreamParameters |
StreamParameters.withStreamTimeout(int streamTimeout)
Maximum time in seconds a stream will live before connection is closed by the server.
|
| Modifier and Type | Method and Description |
|---|---|
StreamBuilder |
StreamBuilder.withStreamParameters(StreamParameters streamParameters) |
StreamBuilder.SubscriptionStreamBuilder |
StreamBuilder.SubscriptionStreamBuilder.withStreamParameters(StreamParameters streamParameters) |
StreamBuilder.LowLevelStreamBuilder |
StreamBuilder.LowLevelStreamBuilder.withStreamParameters(StreamParameters streamParameters) |
Copyright © 2016–2017 Zalando SE. All rights reserved.