Registry / utility / org-osgi-util-promise

org-osgi-util-promise

JSON →
library1.3.0javamavenunverified

OSGi Companion Code providing a Promise API for asynchronous programming in OSGi.

<dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.util.promise</artifactId> <version>1.3.0</version> </dependency>
INSTALL
IMPORT
SIG · ORG-OSGI-UTIL-PROM
O
org-osgi-util-promise
utilityjavav1.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Promise
org.osgi.util.promise.Promise

Create and resolve a simple Promise.

import org.osgi.util.promise.Promise; import org.osgi.util.promise.Promises; public class Example { public static void main(String[] args) throws Exception { Promise<String> promise = Promises.resolved("Hello OSGi"); System.out.println(promise.getValue()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
org-osgi-util-promise — mvn dependency:get org-osgi-util-promise · libregistry