Package org.osgi.service.async.delegate
@Version("1.0")
package org.osgi.service.async.delegate
Asynchronous Services Delegation Package Version 1.0.
Bundles wishing to use this package must list the package in the Import-Package header of the bundle's manifest. This package contains only interfaces that are implemented by consumers.
Example import for consumers using the API in this package:
Import-Package: org.osgi.service.async.delegate; version="[1.0,2.0)"
-
ClassDescriptionThis interface is used by services to allow them to optimize Asynchronous calls where they are capable of executing more efficiently.