@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)"
-
Interface Summary Interface Description AsyncDelegate This interface is used by services to allow them to optimize Asynchronous calls where they are capable of executing more efficiently.