Package | Description |
---|---|
org.osgi.service.cdi.reference |
CDI Integration Package Version 1.0.
|
Modifier and Type | Method and Description |
---|---|
BindService<S> |
BindService.adding(BiConsumer<S,Map<String,Object>> action)
Subscribe an action to the adding service event.
|
BindService<S> |
BindService.adding(Consumer<S> action)
Subscribe an action to the adding service event.
|
BindService<S> |
BindService.modified(BiConsumer<S,Map<String,Object>> action)
Subscribe an action to the modified service event.
|
BindService<S> |
BindService.modified(Consumer<S> action)
Subscribe an action to the modified service event.
|
BindService<S> |
BindService.removed(BiConsumer<S,Map<String,Object>> action)
Subscribe an action to the removed service event.
|
BindService<S> |
BindService.removed(Consumer<S> action)
Subscribe an action to the removed service event.
|
Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0