Class ApiServiceUtils
java.lang.Object
com.google.cloud.pubsublite.internal.wire.ApiServiceUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic com.google.api.core.ApiServiceautoCloseableAsApiService(AutoCloseable resource) static voidblockingShutdown(com.google.api.core.ApiService service) static voidblockingShutdown(Iterable<? extends com.google.api.core.ApiService> services) static void
-
Method Details
-
autoCloseableAsApiService
-
stopAsync
public static void stopAsync(Iterable<? extends com.google.api.core.ApiService> services) throws com.google.api.gax.rpc.ApiException - Throws:
com.google.api.gax.rpc.ApiException
-
blockingShutdown
public static void blockingShutdown(Iterable<? extends com.google.api.core.ApiService> services) throws com.google.api.gax.rpc.ApiException - Throws:
com.google.api.gax.rpc.ApiException
-
blockingShutdown
public static void blockingShutdown(com.google.api.core.ApiService service)
-