Class ClientUtils
- java.lang.Object
-
- io.fluxcapacitor.javaclient.common.ClientUtils
-
public class ClientUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description ClientUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisLocalHandlerMethod(Class<?> target, Executable method)static voidtryRun(Runnable task)static voidwaitForResults(Duration maxDuration, Collection<? extends CompletableFuture<?>> futures)
-
-
-
Method Detail
-
waitForResults
public static void waitForResults(Duration maxDuration, Collection<? extends CompletableFuture<?>> futures)
-
tryRun
public static void tryRun(Runnable task)
-
isLocalHandlerMethod
public static boolean isLocalHandlerMethod(Class<?> target, Executable method)
-
-