Uses of Interface
com.rabbitmq.stream.AddressResolver
-
Packages that use AddressResolver 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 AddressResolver in com.rabbitmq.stream
Methods in com.rabbitmq.stream with parameters of type AddressResolver Modifier and Type Method Description EnvironmentBuilderEnvironmentBuilder. addressResolver(AddressResolver addressResolver)AnAddressResolverto potentially change resolved node address to connect to. -
Uses of AddressResolver in com.rabbitmq.stream.impl
Methods in com.rabbitmq.stream.impl with parameters of type AddressResolver Modifier and Type Method Description EnvironmentBuilderStreamEnvironmentBuilder. addressResolver(AddressResolver addressResolver)
-