Package | Description |
---|---|
com.liferay.portal.kernel.module.util |
Modifier and Type | Method and Description |
---|---|
static ServiceLatch |
SystemBundleUtil.newServiceLatch() |
<S> ServiceLatch |
ServiceLatch.waitFor(Class<S> serviceClass) |
<S> ServiceLatch |
ServiceLatch.waitFor(Class<S> serviceClass,
Consumer<S> serviceConsumer) |
<S> ServiceLatch |
ServiceLatch.waitFor(String filterString) |
<S> ServiceLatch |
ServiceLatch.waitFor(String filterString,
Consumer<S> serviceConsumer) |