Uses of Interface
com.tick42.glue.core.interop.MethodRegistration
| Package | Description |
|---|---|
| com.tick42.glue.core.interop | |
| com.tick42.glue.core.interop.stream.publish | |
| com.tick42.glue.internal.agm |
-
Uses of MethodRegistration in com.tick42.glue.core.interop
Methods in com.tick42.glue.core.interop that return types with arguments of type MethodRegistration 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)<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 MethodRegistration in com.tick42.glue.core.interop.stream.publish
Subinterfaces of MethodRegistration in com.tick42.glue.core.interop.stream.publish Modifier and Type Interface Description interfaceStreamProducerStream data producer. -
Uses of MethodRegistration in com.tick42.glue.internal.agm
Methods in com.tick42.glue.internal.agm that return types with arguments of type MethodRegistration Modifier and Type Method Description <T, R> CompletableFuture<MethodRegistration>Agm. registerAsync(MethodDefinition definition, MethodInvocationHandler<T,R> handler)