| Package | Description |
|---|---|
| com.rabbitmq.stream |
| Modifier and Type | Method and Description |
|---|---|
static ProducerBuilder.RoutingType |
ProducerBuilder.RoutingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProducerBuilder.RoutingType[] |
ProducerBuilder.RoutingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ProducerBuilder |
ProducerBuilder.routing(Function<Message,String> routingKeyExtractor,
ProducerBuilder.RoutingType routingType)
Routing strategy for super streams.
|
ProducerBuilder |
ProducerBuilder.routing(Function<Message,String> routingKeyExtractor,
ProducerBuilder.RoutingType routingType,
ToIntFunction<String> hash)
Routing strategy for super streams.
|
Copyright © 2021 VMware, Inc. or its affiliates.. All rights reserved.