Class AsyncSupportRegistry
- java.lang.Object
-
- io.smallrye.faulttolerance.core.invocation.AsyncSupportRegistry
-
public class AsyncSupportRegistry extends Object
-
-
Constructor Summary
Constructors Constructor Description AsyncSupportRegistry()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Collection<AsyncSupport<?,?>>allKnown()static <V,AT>
AsyncSupport<V,AT>get(Class<?>[] parameterTypes, Class<?> returnType)static booleanisKnown(Class<?>[] parameterTypes, Class<?> returnType)
-
-
-
Method Detail
-
get
public static <V,AT> AsyncSupport<V,AT> get(Class<?>[] parameterTypes, Class<?> returnType)
-
allKnown
public static Collection<AsyncSupport<?,?>> allKnown()
-
-