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