Uses of Enum
com.rabbitmq.stream.StreamCreator.LeaderLocator
Packages that use 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
Methods in com.rabbitmq.stream that return StreamCreator.LeaderLocatorModifier 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.Methods in com.rabbitmq.stream with parameters of type StreamCreator.LeaderLocatorModifier and TypeMethodDescriptionStreamCreator.leaderLocator
(StreamCreator.LeaderLocator leaderLocator) TheStreamCreator.LeaderLocator
strategy. -
Uses of StreamCreator.LeaderLocator in com.rabbitmq.stream.impl
Methods in com.rabbitmq.stream.impl with parameters of type StreamCreator.LeaderLocatorModifier and TypeMethodDescriptionClient.StreamParametersBuilder.leaderLocator
(StreamCreator.LeaderLocator leaderLocator)