Package com.liferay.osgi.util.service
Class OSGiServiceUtil
java.lang.Object
com.liferay.osgi.util.service.OSGiServiceUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <S,R, E extends Throwable>
RcallService(org.osgi.framework.BundleContext bundleContext, Class<S> serviceClass, com.liferay.petra.function.UnsafeFunction<S, R, E> unsafeFunction)
-
Constructor Details
-
OSGiServiceUtil
public OSGiServiceUtil()
-
-
Method Details