| Package | Description |
|---|---|
| com.rabbitmq.stream |
| Modifier and Type | Method and Description |
|---|---|
StreamCreator |
StreamCreator.leaderLocator(StreamCreator.LeaderLocator leaderLocator)
The
StreamCreator.LeaderLocator strategy. |
StreamCreator |
StreamCreator.maxAge(Duration maxAge)
The maximum age of a stream before it gets truncated.
|
StreamCreator |
StreamCreator.maxLengthBytes(ByteCapacity byteCapacity)
The maximum size of the stream before it gets truncated.
|
StreamCreator |
StreamCreator.maxSegmentSizeBytes(ByteCapacity byteCapacity)
The maximum size of each stream segments.
|
StreamCreator |
StreamCreator.stream(String stream)
The name of the stream
|
StreamCreator |
Environment.streamCreator()
Return a
StreamCreator to configure and create a stream. |
Copyright © 2021 VMware, Inc. or its affiliates.. All rights reserved.