Package | Description |
---|---|
org.osgi.service.cdi.reference |
CDI Integration Package Version 1.0.
|
Modifier and Type | Method and Description |
---|---|
BindService<S> |
BindService.adding(java.util.function.BiConsumer<S,java.util.Map<java.lang.String,java.lang.Object>> action)
Subscribe an action to the adding service event.
|
BindService<S> |
BindService.adding(java.util.function.Consumer<S> action)
Subscribe an action to the adding service event.
|
BindService<S> |
BindService.modified(java.util.function.BiConsumer<S,java.util.Map<java.lang.String,java.lang.Object>> action)
Subscribe an action to the modified service event.
|
BindService<S> |
BindService.modified(java.util.function.Consumer<S> action)
Subscribe an action to the modified service event.
|
BindService<S> |
BindService.removed(java.util.function.BiConsumer<S,java.util.Map<java.lang.String,java.lang.Object>> action)
Subscribe an action to the removed service event.
|
BindService<S> |
BindService.removed(java.util.function.Consumer<S> action)
Subscribe an action to the removed service event.
|
Copyright © OSGi Alliance (2000, 2018). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0