| Interface | Description |
|---|---|
| ServiceConstructor<T> |
Allows to create a new service of type T
|
| ServiceDestroyer<T> |
Allows to destroy instance of service T
|
| Class | Description |
|---|---|
| AbstractServiceHolder<T> |
Holds instances of given service <T> and allows their instantiation, reuse and disposal.
|
| ApnsServiceHolder |
This cache creates and holds queue of used
ApnsService with upper-bound limit of 10 created instances
per given push message and variant. |
| DisposableReference<T> |
A reference that is set and can be disposed later.
|
| ServiceDisposalScheduler |
Allows to scheduled instantiated services for disposal.
|
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.