Class ClientUtils
java.lang.Object
io.fluxcapacitor.javaclient.common.ClientUtils
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Optional<LocalHandler>getLocalHandlerAnnotation(Class<?> target, Executable method) static booleanisLocalHandler(Class<?> target, Executable method) static booleanisTrackingHandler(Class<?> target, Executable method) static voidrunSilently(ClientUtils.ThrowingRunnable runnable) static voidstatic voidwaitForResults(Duration maxDuration, Collection<? extends Future<?>> futures)
-
Constructor Details
-
ClientUtils
public ClientUtils()
-
-
Method Details
-
waitForResults
-
tryRun
-
runSilently
-
isLocalHandler
-
isTrackingHandler
-
getLocalHandlerAnnotation
-