Package | Description |
---|---|
com.rabbitmq.client.impl |
Implementations of interfaces specified in the client API, and their supporting classes.
|
com.rabbitmq.client.impl.recovery |
Implementation of connection and topology recovery.
|
Modifier and Type | Field and Description |
---|---|
protected ConsumerWorkService |
AMQConnection._workService |
Modifier and Type | Method and Description |
---|---|
protected ChannelN |
ChannelManager.instantiateChannel(AMQConnection connection,
int channelNumber,
ConsumerWorkService workService) |
Constructor and Description |
---|
ChannelManager(ConsumerWorkService workService,
int channelMax) |
ChannelManager(ConsumerWorkService workService,
int channelMax,
ThreadFactory threadFactory) |
ChannelManager(ConsumerWorkService workService,
int channelMax,
ThreadFactory threadFactory,
MetricsCollector metricsCollector) |
ChannelN(AMQConnection connection,
int channelNumber,
ConsumerWorkService workService)
Construct a new channel on the given connection with the given
channel number.
|
ChannelN(AMQConnection connection,
int channelNumber,
ConsumerWorkService workService,
MetricsCollector metricsCollector)
Construct a new channel on the given connection with the given
channel number.
|
Modifier and Type | Method and Description |
---|---|
protected ChannelN |
RecoveryAwareChannelManager.instantiateChannel(AMQConnection connection,
int channelNumber,
ConsumerWorkService workService) |
Constructor and Description |
---|
RecoveryAwareChannelManager(ConsumerWorkService workService,
int channelMax) |
RecoveryAwareChannelManager(ConsumerWorkService workService,
int channelMax,
ThreadFactory threadFactory) |
RecoveryAwareChannelManager(ConsumerWorkService workService,
int channelMax,
ThreadFactory threadFactory,
MetricsCollector metricsCollector) |
RecoveryAwareChannelN(AMQConnection connection,
int channelNumber,
ConsumerWorkService workService)
Construct a new channel on the given connection with the given
channel number.
|
RecoveryAwareChannelN(AMQConnection connection,
int channelNumber,
ConsumerWorkService workService,
MetricsCollector metricsCollector)
Construct a new channel on the given connection with the given
channel number.
|
Copyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.