| Package | Description |
|---|---|
| org.hawkular.inventory.api | |
| org.hawkular.inventory.base |
| Modifier and Type | Method and Description |
|---|---|
<C> Interest<C,E> |
Interest.Builder.being(Action<C,E> action) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Inventory.hasObservers(Interest<?,?> interest)
This method is mainly useful for testing.
|
boolean |
EmptyInventory.hasObservers(Interest<?,?> interest) |
<C,E> rx.Observable<C> |
Inventory.observable(Interest<C,E> interest)
NOTE: The subscribers will receive the notifications even after they failed.
|
<C,E> rx.Observable<C> |
EmptyInventory.observable(Interest<C,E> interest) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BaseInventory.hasObservers(Interest<?,?> interest) |
<C,V> rx.Observable<C> |
BaseInventory.observable(Interest<C,V> interest) |
Copyright © 2015 Red Hat, Inc.. All rights reserved.