Uses of Interface
com.tick42.glue.core.interop.invoke.MethodInvocationHandler
-
Packages that use MethodInvocationHandler Package Description com.tick42.glue.core.interop Interop API . -
-
Uses of MethodInvocationHandler in com.tick42.glue.core.interop
Methods in com.tick42.glue.core.interop with parameters of type MethodInvocationHandler Modifier and Type Method Description <T,R>
CompletionStage<MethodRegistration>Interop. registerAsync(MethodDefinition method, MethodInvocationHandler<T,R> handler)default <T,R>
CompletionStage<MethodRegistration>Interop. registerAsync(String method, MethodInvocationHandler<T,R> handler)
-