Uses of Interface
com.rabbitmq.stream.StreamCreator
Packages that use StreamCreator
-
Uses of StreamCreator in com.rabbitmq.stream
Methods in com.rabbitmq.stream that return StreamCreatorModifier 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.LeaderLocatorstrategy.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 aStreamCreatorto configure and create a stream.