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