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