public static interface Inventory.Mixin.Observable extends Inventory
Inventory.Mixin| Modifier and Type | Method and Description |
|---|---|
boolean |
hasObservers(Interest<?,?> interest)
This method is mainly useful for testing.
|
<C,E> rx.Observable<C> |
observable(Interest<C,E> interest)
NOTE: The subscribers will receive the notifications even after they failed.
|
augment, augment, augment, initialize, inspect, inspect, inspect, inspect, inspect, inspect, inspect, inspect, tenantscloseboolean hasObservers(Interest<?,?> interest)
interest - the interest in changes of some inventory entity type<C,E> rx.Observable<C> observable(Interest<C,E> interest)
C - the type of object that will be passed to the subscribers of the returned observableE - the type of the entity the interest is expressed oninterest - the interest in changes of some inventory entity typeCopyright © 2015 Red Hat, Inc.. All rights reserved.