Class WebFluxNodeLocator
java.lang.Object
org.springframework.amqp.rabbit.connection.WebFluxNodeLocator
- All Implemented Interfaces:
NodeLocator<WebClient>
A
NodeLocator
using the Spring WebFlux WebClient
.- Since:
- 2.4.8
- Author:
- Gary Russell
-
Field Summary
Fields inherited from interface org.springframework.amqp.rabbit.connection.NodeLocator
LOGGER
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.amqp.rabbit.connection.NodeLocator
close, locate
-
Constructor Details
-
WebFluxNodeLocator
public WebFluxNodeLocator()
-
-
Method Details
-
restCall
@Nullable public Map<String,Object> restCall(WebClient client, String baseUri, String vhost, String queue) throws URISyntaxException Description copied from interface:NodeLocator
Retrieve a map of queue properties using the RabbitMQ Management REST API.- Specified by:
restCall
in interfaceNodeLocator<WebClient>
- Parameters:
client
- the client.baseUri
- the base uri.vhost
- the virtual host.queue
- the queue name.- Returns:
- the map of queue properties.
- Throws:
URISyntaxException
- if the syntax is bad.
-
createClient
Create a client instance.- Specified by:
createClient
in interfaceNodeLocator<WebClient>
- Parameters:
username
- the usernamepassword
- the password.- Returns:
- The client.
-