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.SuperStreamConfigurationStreamCreator.SuperStreamConfiguration. bindingKeys(String... bindingKeys)The binding keys to use when declaring the super stream partitions.StreamCreator.SuperStreamConfigurationStreamCreator.SuperStreamConfiguration. partitions(int partitions)The number of partitions of the super stream.StreamCreator.SuperStreamConfigurationStreamCreator. superStream()Configure the super stream to create.
-