Uses of Interface
com.tick42.glue.core.interop.invoke.MethodInvocationHandler
Packages that use MethodInvocationHandler
-
Uses of MethodInvocationHandler in com.tick42.glue.core.interop
Methods in com.tick42.glue.core.interop with parameters of type MethodInvocationHandlerModifier and TypeMethodDescription<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)