public class StreamParameters extends Object
| Constructor and Description |
|---|
StreamParameters() |
| Modifier and Type | Method and Description |
|---|---|
Optional<Integer> |
getBatchFlushTimeout() |
Optional<Integer> |
getBatchLimit() |
Optional<Integer> |
getStreamKeepAliveLimit() |
Optional<Integer> |
getStreamLimit() |
Optional<Integer> |
getStreamTimeout() |
StreamParameters |
withBatchFlushTimeout(int batchFlushTimeout) |
StreamParameters |
withBatchLimit(int batchLimit) |
StreamParameters |
withStreamKeepAliveLimit(int streamKeepAliveLimit) |
StreamParameters |
withStreamLimit(int streamLimit) |
StreamParameters |
withStreamTimeout(int streamTimeout) |
public StreamParameters withBatchLimit(int batchLimit)
public StreamParameters withStreamLimit(int streamLimit)
public StreamParameters withBatchFlushTimeout(int batchFlushTimeout)
public StreamParameters withStreamTimeout(int streamTimeout)
public StreamParameters withStreamKeepAliveLimit(int streamKeepAliveLimit)
Copyright © 2016 Zalando SE. All rights reserved.