Uses of Enum
com.rabbitmq.stream.StreamCreator.LeaderLocator
Package
Description
Main API for RabbitMQ Stream Java Client.
Implementation-specific, non-public interfaces and classes of the RabbitMQ Stream Java Client.
-
Uses of StreamCreator.LeaderLocator in com.rabbitmq.stream
Modifier and TypeMethodDescriptionstatic StreamCreator.LeaderLocator
static StreamCreator.LeaderLocator
Returns the enum constant of this type with the specified name.static StreamCreator.LeaderLocator[]
StreamCreator.LeaderLocator.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionStreamCreator.leaderLocator
(StreamCreator.LeaderLocator leaderLocator) TheStreamCreator.LeaderLocator
strategy. -
Uses of StreamCreator.LeaderLocator in com.rabbitmq.stream.impl
Modifier and TypeMethodDescriptionClient.StreamParametersBuilder.leaderLocator
(StreamCreator.LeaderLocator leaderLocator)