| Package | Description |
|---|---|
| org.hornetq.rest.queue | |
| org.hornetq.rest.queue.push | |
| org.hornetq.rest.topic |
| Modifier and Type | Field and Description |
|---|---|
protected PushStore |
QueueServiceManager.pushStore |
| Modifier and Type | Method and Description |
|---|---|
PushStore |
QueueServiceManager.getPushStore() |
| Modifier and Type | Method and Description |
|---|---|
void |
QueueServiceManager.setPushStore(PushStore pushStore) |
| Modifier and Type | Class and Description |
|---|---|
class |
FilePushStore |
| Modifier and Type | Field and Description |
|---|---|
protected PushStore |
PushConsumerResource.pushStore |
protected PushStore |
PushConsumer.store |
| Modifier and Type | Method and Description |
|---|---|
PushStore |
PushConsumerResource.getPushStore() |
| Modifier and Type | Method and Description |
|---|---|
void |
PushConsumerResource.setPushStore(PushStore pushStore) |
| Constructor and Description |
|---|
PushConsumer(ClientSessionFactory factory,
String destination,
String id,
PushRegistration registration,
PushStore store) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TopicPushStore |
| Modifier and Type | Class and Description |
|---|---|
class |
FileTopicPushStore |
| Constructor and Description |
|---|
PushSubscription(ClientSessionFactory factory,
String destination,
String id,
PushRegistration registration,
PushStore store) |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.