Package com.microsoft.azure.servicebus
Class Utils
- java.lang.Object
-
- com.microsoft.azure.servicebus.Utils
-
public final class Utils extends Object
-
-
Constructor Summary
Constructors Constructor Description Utils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> T
completeFuture(CompletableFuture<T> future)
-
-
-
Method Detail
-
completeFuture
public static <T> T completeFuture(CompletableFuture<T> future) throws InterruptedException, ServiceBusException
-
-