Uses of Class
com.rabbitmq.stream.StreamCreator.LeaderLocator
-
Packages that use StreamCreator.LeaderLocator Package Description com.rabbitmq.stream Main API for RabbitMQ Stream Java Client.com.rabbitmq.stream.impl 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.LeaderLocator Modifier and Type Method Description static StreamCreator.LeaderLocator
StreamCreator.LeaderLocator. from(String value)
static StreamCreator.LeaderLocator
StreamCreator.LeaderLocator. valueOf(String name)
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.LeaderLocator Modifier and Type Method Description StreamCreator
StreamCreator. 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.LeaderLocator Modifier and Type Method Description Client.StreamParametersBuilder
Client.StreamParametersBuilder. leaderLocator(StreamCreator.LeaderLocator leaderLocator)
-