Uses of Class
com.tick42.glue.core.interop.ServerMethod
Packages that use ServerMethod
Package
Description
Interop API .
-
Uses of ServerMethod in com.tick42.glue.core.interop
Methods in com.tick42.glue.core.interop that return ServerMethodMethods in com.tick42.glue.core.interop that return types with arguments of type ServerMethodModifier and TypeMethodDescriptiondefault Collection<ServerMethod>Interop.getMethods()default Collection<ServerMethod>Interop.getMethods(Predicate<ServerMethod> method)Interop.methods(Predicate<ServerMethod> instance, Duration timeout)Methods in com.tick42.glue.core.interop with parameters of type ServerMethodModifier and TypeMethodDescriptiondefault voidInterop.ServerMethodSubscriber.onAdded(ServerMethod method)default voidInterop.ServerMethodSubscriber.onRemoved(ServerMethod method)default CompletionStage<StreamPublisher<Map<String,Object>>>Interop.stream(ServerMethod method, Map<String,Object> arg)<T, R> CompletionStage<StreamPublisher<R>>Interop.stream(ServerMethod method, T arg, ReifiedType<R> dataType)Invokes a streaming method with specified arg and returns a future for aStreamPublisher.Method parameters in com.tick42.glue.core.interop with type arguments of type ServerMethodModifier and TypeMethodDescriptiondefault Collection<ServerMethod>Interop.getMethods(Predicate<ServerMethod> method)<T, R> CompletionStage<MethodInvocationResult<R>>Interop.invoke(Collection<ServerMethod> method, T arg, InvocationOptions options, ReifiedType<R> returnType)Interop.methods(Predicate<ServerMethod> instance, Duration timeout) -
Uses of ServerMethod in com.tick42.glue.core.interop.discovery
Methods in com.tick42.glue.core.interop.discovery with parameters of type ServerMethod -
Uses of ServerMethod in com.tick42.glue.core.interop.event
Constructors in com.tick42.glue.core.interop.event with parameters of type ServerMethodModifierConstructorDescriptionServerMethodAddedEvent(ServerMethod method)ServerMethodRemovedEvent(ServerMethod method) -
Uses of ServerMethod in com.tick42.glue.core.interop.invoke
Methods in com.tick42.glue.core.interop.invoke that return ServerMethod -
Uses of ServerMethod in com.tick42.glue.core.interop.stream.receive
Methods in com.tick42.glue.core.interop.stream.receive that return ServerMethodMethods in com.tick42.glue.core.interop.stream.receive with parameters of type ServerMethodModifier and TypeMethodDescriptiondefault voidStreamSubscriber.onData(ServerMethod method, StreamData<T> data)Method to be invoked when data is received on the stream.default voidStreamSubscriber.onData(ServerMethod method, T data)default voidStreamSubscriber.onFailed(ServerMethod method, String reason)