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.LeaderLocatorStreamCreator.LeaderLocator. from(String value)static StreamCreator.LeaderLocatorStreamCreator.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 StreamCreatorStreamCreator. leaderLocator(StreamCreator.LeaderLocator leaderLocator)TheStreamCreator.LeaderLocatorstrategy. -
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.StreamParametersBuilderClient.StreamParametersBuilder. leaderLocator(StreamCreator.LeaderLocator leaderLocator)
-