public interface OSGiRunnable<T>
| Modifier and Type | Method and Description |
|---|---|
default OSGiResult |
run(org.osgi.framework.BundleContext bundleContext) |
OSGiResult |
run(org.osgi.framework.BundleContext bundleContext,
Publisher<? super T> andThen) |
default OSGiResult run(org.osgi.framework.BundleContext bundleContext)
OSGiResult run(org.osgi.framework.BundleContext bundleContext, Publisher<? super T> andThen)
Copyright © 2019 The Apache Software Foundation. All rights reserved.