Uses of Interface
com.rabbitmq.stream.ProducerBuilder.RoutingConfiguration
-
Uses of ProducerBuilder.RoutingConfiguration in com.rabbitmq.stream
Modifier and TypeMethodDescriptionProducerBuilder.RoutingConfiguration.hash()
Enable the "hash" routing strategy (the default).ProducerBuilder.RoutingConfiguration.hash
(ToIntFunction<String> hash) Enable the "hash" routing strategy with a specific hash algorithm.ProducerBuilder.RoutingConfiguration.key()
Enable the "key" routing strategy.Configure the routing for super streams (partitioned streams).ProducerBuilder.RoutingConfiguration.strategy
(RoutingStrategy routingStrategy) Set the routing strategy to use.