Uses of Class
com.tick42.glue.core.interop.MethodDefinition
Packages that use MethodDefinition
-
Uses of MethodDefinition in com.tick42.glue.core.interop
Methods in com.tick42.glue.core.interop that return MethodDefinitionModifier and TypeMethodDescriptionMethodDefinition.Builder.build()static MethodDefinitionBuilds a method definition for specified name.ServerMethod.getDefinition()Methods in com.tick42.glue.core.interop with parameters of type MethodDefinitionModifier and TypeMethodDescriptiondefault <T, R> CompletionStage<MethodRegistration>Interop.register(MethodDefinition method, SynchronousMethodInvocationHandler<T,R> handler)Interop.register(MethodDefinition method, StreamSubscriptionRequestHandler<T> handler)<T, R> CompletionStage<MethodRegistration>Interop.registerAsync(MethodDefinition method, MethodInvocationHandler<T,R> handler) -
Uses of MethodDefinition in com.tick42.glue.core.interop.event
Methods in com.tick42.glue.core.interop.event that return MethodDefinitionModifier and TypeMethodDescriptionMethodEvent.getMethod()MethodEvent.Support.getMethod()ServerMethodEvent.getMethod()Constructors in com.tick42.glue.core.interop.event with parameters of type MethodDefinitionModifierConstructorDescriptionMethodAddedEvent(T source, MethodDefinition method)MethodRemovedEvent(T source, MethodDefinition method)