Uses of Interface
com.rabbitmq.stream.StreamCreator
-
Uses of StreamCreator in com.rabbitmq.stream
Modifier and TypeMethodDescriptionSet an argument for the stream creation.StreamCreator.SuperStreamConfiguration.creator()
Go back to the creator.StreamCreator.filterSize
(int size) Set the size of the stream chunk filters.StreamCreator.initialMemberCount
(int initialMemberCount) Set the number of initial members the stream should have.StreamCreator.leaderLocator
(StreamCreator.LeaderLocator leaderLocator) TheStreamCreator.LeaderLocator
strategy.The maximum age of a stream before it gets truncated.StreamCreator.maxLengthBytes
(ByteCapacity byteCapacity) The maximum size of the stream before it gets truncated.StreamCreator.maxSegmentSizeBytes
(ByteCapacity byteCapacity) The maximum size of each stream segments.The name of the (super) stream.The name of the stream.Environment.streamCreator()
Return aStreamCreator
to configure and create a stream.