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.setCredentialsRefreshService(CredentialsRefreshService credentialsRefreshService)
Set a
CredentialsRefreshService instance to handle credentials refresh if appropriate. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultCredentialsRefreshService
Scheduling-based implementation of
CredentialsRefreshService . |
Modifier and Type | Method and Description |
---|---|
CredentialsRefreshService |
ConnectionParams.getCredentialsRefreshService() |
Modifier and Type | Method and Description |
---|---|
void |
ConnectionParams.setCredentialsRefreshService(CredentialsRefreshService credentialsRefreshService) |
Copyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.