Uses of Interface
com.rabbitmq.stream.ProducerBuilder.RoutingConfiguration
Packages that use ProducerBuilder.RoutingConfiguration
-
Uses of ProducerBuilder.RoutingConfiguration in com.rabbitmq.stream
Methods in com.rabbitmq.stream that return ProducerBuilder.RoutingConfigurationModifier 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.