enum

Crabbit::SuperStreamRouting

Inherits Enum < Comparable < Value < Object

Built-in strategy for mapping a super-stream routing key to partitions.

Constants

Hash = 0

Selects one partition using RabbitMQ's seeded Murmur3 strategy.

RoutingKey = 1

Uses the broker's Route command and super-stream binding keys.

Instance methods

hash?

Returns true if this enum value equals Hash

Source
routing_key?

Returns true if this enum value equals RoutingKey

Source