Uses of Interface
com.tick42.glue.core.interop.invoke.MethodInvocationHandler
| Package | Description |
|---|---|
| com.tick42.glue.core.interop | |
| com.tick42.glue.internal.agm |
-
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) -
Uses of MethodInvocationHandler in com.tick42.glue.internal.agm
Methods in com.tick42.glue.internal.agm with parameters of type MethodInvocationHandler Modifier and Type Method Description <T, R> CompletableFuture<MethodRegistration>Agm. registerAsync(MethodDefinition definition, MethodInvocationHandler<T,R> handler)