Uses of Interface
com.tick42.glue.core.interop.MethodRegistration
-
Packages that use MethodRegistration Package Description com.tick42.glue.core.interop Interop API .com.tick42.glue.core.interop.stream.publish -
-
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.
-