| Package | Description |
|---|---|
| org.jboss.aerogear.unifiedpush.message.serviceHolder |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractServiceHolder.queueFreedUpService(String pushMessageInformationId,
String variantID,
T service,
ServiceDestroyer<T> destroyer)
Allows to queue used and freed up service into cache so that can be reused by another consumer.
|
| Constructor and Description |
|---|
DisposableReference(T instance,
ServiceDestroyer<T> destroyer)
Create reference to instance together with a destroyer that will be applied to instance if it is being disposed.
|
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.