|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OutjectedServiceBuilder<T>
See Peaberry for examples of the dynamic service builder API.
| Method Summary | |
|---|---|
ServiceBuilder<T> |
out(com.google.inject.Key<? extends ServiceWatcher<? super T>> key)
Outject the dynamic service to the given watcher. |
ServiceBuilder<T> |
out(ServiceWatcher<? super T> instance)
Outject the dynamic service to the given watcher. |
| Methods inherited from interface org.ops4j.peaberry.builders.ServiceBuilder |
|---|
export, multiple, single |
| Method Detail |
|---|
ServiceBuilder<T> out(com.google.inject.Key<? extends ServiceWatcher<? super T>> key)
key - service watcher key
ServiceBuilder<T> out(ServiceWatcher<? super T> instance)
instance - service watcher
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||