Uses of Class
org.kiwiproject.concurrent.Async.Mode
-
Packages that use Async.Mode Package Description org.kiwiproject.concurrent -
-
Uses of Async.Mode in org.kiwiproject.concurrent
Methods in org.kiwiproject.concurrent that return Async.Mode Modifier and Type Method Description static Async.ModeAsync.Mode. valueOf(String name)Returns the enum constant of this type with the specified name.static Async.Mode[]Async.Mode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kiwiproject.concurrent with parameters of type Async.Mode Modifier and Type Method Description static voidAsync. setUnitTestAsyncMode(Async.Mode mode)Use for testing purposes to force synchronous behavior.
-