Uses of Interface
com.tick42.glue.core.interop.MethodRegistration
Packages that use MethodRegistration
Package
Description
Interop API .
-
Uses of MethodRegistration in com.tick42.glue.core.interop
Methods in com.tick42.glue.core.interop that return types with arguments of type MethodRegistrationModifier 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)<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