Uses of Interface
com.tick42.glue.core.interop.invoke.SynchronousMethodInvocationHandler
| Package | Description |
|---|---|
| com.tick42.glue.core.interop |
-
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)