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(ClientSessionFactory factory,
String destination,
String id,
PushRegistration registration,
PushStore store,
ConnectionFactoryOptions jmsOptions) |
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,
ConnectionFactoryOptions jmsOptions) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.