Uses of Interface
com.rabbitmq.stream.StreamCreator.SuperStreamConfiguration
-
Packages that use StreamCreator.SuperStreamConfiguration Package Description com.rabbitmq.stream Main API for RabbitMQ Stream Java Client. -
-
Uses of StreamCreator.SuperStreamConfiguration in com.rabbitmq.stream
Methods in com.rabbitmq.stream that return StreamCreator.SuperStreamConfiguration Modifier and Type Method Description StreamCreator.SuperStreamConfiguration
StreamCreator.SuperStreamConfiguration. bindingKeys(String... bindingKeys)
The binding keys to use when declaring the super stream partitions.StreamCreator.SuperStreamConfiguration
StreamCreator.SuperStreamConfiguration. partitions(int partitions)
The number of partitions of the super stream.StreamCreator.SuperStreamConfiguration
StreamCreator. superStream()
Configure the super stream to create.
-