| Package | Description |
|---|---|
| org.apache.activemq.artemis.rest.queue | |
| org.apache.activemq.artemis.rest.queue.push | |
| org.apache.activemq.artemis.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(org.apache.activemq.artemis.api.core.client.ClientSessionFactory factory,
String destination,
String id,
PushRegistration registration,
PushStore store,
org.apache.activemq.artemis.jms.client.ConnectionFactoryOptions jmsOptions) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TopicPushStore |
| Constructor and Description |
|---|
PushSubscription(org.apache.activemq.artemis.api.core.client.ClientSessionFactory factory,
String destination,
String id,
PushRegistration registration,
PushStore store,
org.apache.activemq.artemis.jms.client.ConnectionFactoryOptions jmsOptions) |
Copyright © 2023 The Apache Software Foundation. All Rights Reserved.