Package | Description |
---|---|
com.rabbitmq.client |
The client API proper: classes and interfaces representing the AMQP
connections, channels, and wire-protocol framing descriptors.
|
com.rabbitmq.client.impl |
Implementations of interfaces specified in the client API, and their supporting classes.
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectionFactory.setCredentialsProvider(CredentialsProvider credentialsProvider)
Set a custom credentials provider.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultCredentialsProvider
Default implementation of a CredentialsProvider which simply holds a static
username and password.
|
Modifier and Type | Method and Description |
---|---|
CredentialsProvider |
ConnectionParams.getCredentialsProvider() |
Modifier and Type | Method and Description |
---|---|
void |
ConnectionParams.setCredentialsProvider(CredentialsProvider credentialsProvider) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.