Package | Description |
---|---|
org.hornetq.core.server | |
org.hornetq.core.server.cluster | |
org.hornetq.core.server.cluster.impl | |
org.hornetq.core.server.impl |
Modifier and Type | Interface and Description |
---|---|
interface |
ServerConsumer
A ServerConsumer
|
Modifier and Type | Method and Description |
---|---|
Collection<Consumer> |
Queue.getConsumers() |
Modifier and Type | Method and Description |
---|---|
void |
Queue.addConsumer(Consumer consumer) |
void |
Queue.removeConsumer(Consumer consumer) |
void |
HornetQServerLogger.removingBadConsumer(Throwable e,
Consumer consumer,
MessageReference reference) |
Modifier and Type | Interface and Description |
---|---|
interface |
Bridge
A Core Bridge
|
Modifier and Type | Class and Description |
---|---|
class |
BridgeImpl
A Core BridgeImpl
|
class |
ClusterConnectionBridge
A bridge with extra functionality only available when the server is clustered.
|
class |
Redistributor
A Redistributor
|
Modifier and Type | Class and Description |
---|---|
class |
ServerConsumerImpl
Concrete implementation of a ClientConsumer.
|
Modifier and Type | Method and Description |
---|---|
Set<Consumer> |
QueueImpl.getConsumers() |
Modifier and Type | Method and Description |
---|---|
void |
QueueImpl.addConsumer(Consumer consumer) |
void |
QueueImpl.removeConsumer(Consumer consumer) |
Copyright © 2017 JBoss, a division of Red Hat. All Rights Reserved.