Package com.rabbitmq.client.impl
Interface CredentialsProvider
-
- All Known Implementing Classes:
DefaultCredentialsProvider
public interface CredentialsProvider
Provider interface for establishing credentials for connecting to the broker. Especially useful for situations where credentials might change before a recovery takes place or where it is convenient to plug in an outside custom implementation.- Since:
- 4.5.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getPassword()
String
getUsername()
-