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
Subclasses with type arguments of type StreamCreator.LeaderLocator in com.rabbitmq.streamModifier and TypeClassDescriptionstatic enumThe leader locator strategy.Methods in com.rabbitmq.stream that return StreamCreator.LeaderLocatorModifier and TypeMethodDescriptionstatic StreamCreator.LeaderLocatorstatic StreamCreator.LeaderLocatorReturns 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.LeaderLocatorstrategy. -
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)