Package | Description |
---|---|
org.apache.activemq.artemis.rest.queue.push | |
org.apache.activemq.artemis.rest.topic |
Modifier and Type | Field and Description |
---|---|
protected PushRegistration |
UriStrategy.registration |
protected PushRegistration |
PushConsumer.registration |
Modifier and Type | Field and Description |
---|---|
protected Map<String,PushRegistration> |
FilePushStore.map |
Modifier and Type | Method and Description |
---|---|
PushRegistration |
PushConsumerResource.getConsumer(javax.ws.rs.core.UriInfo uriInfo,
String consumerId) |
PushRegistration |
PushConsumer.getRegistration() |
Modifier and Type | Method and Description |
---|---|
List<PushRegistration> |
FilePushStore.getByDestination(String destination) |
List<PushRegistration> |
PushStore.getByDestination(String destination) |
List<PushRegistration> |
FilePushStore.getRegistrations() |
Modifier and Type | Method and Description |
---|---|
void |
FilePushStore.add(PushRegistration reg) |
void |
PushStore.add(PushRegistration reg) |
void |
PushConsumerResource.addRegistration(PushRegistration reg) |
javax.ws.rs.core.Response |
PushConsumerResource.create(javax.ws.rs.core.UriInfo uriInfo,
PushRegistration registration) |
void |
FilePushStore.remove(PushRegistration reg) |
void |
PushStore.remove(PushRegistration reg) |
protected void |
FilePushStore.save(PushRegistration reg) |
void |
UriStrategy.setRegistration(PushRegistration reg) |
void |
PushStrategy.setRegistration(PushRegistration reg) |
void |
FilePushStore.update(PushRegistration reg) |
void |
PushStore.update(PushRegistration reg) |
Constructor and Description |
---|
PushConsumer(ClientSessionFactory factory,
String destination,
String id,
PushRegistration registration,
PushStore store,
ConnectionFactoryOptions jmsOptions) |
Modifier and Type | Class and Description |
---|---|
class |
PushTopicRegistration |
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.