Uses of Class
com.tick42.glue.core.interop.discovery.MethodQuery
-
Packages that use MethodQuery Package Description com.tick42.glue.core.interop.discovery -
-
Uses of MethodQuery in com.tick42.glue.core.interop.discovery
Methods in com.tick42.glue.core.interop.discovery that return MethodQuery Modifier and Type Method Description static <R> MethodQuery<R>Search. method(ReifiedType<R> returnType)MethodQuery<R>MethodQuery. server(InstanceMatch.Builder<?> instance)MethodQuery<R>MethodQuery. server(Instance instance)MethodQuery<R>MethodQuery. server(Predicate<Instance> predicate)static <E> MethodQuery<E>Search. stream(ReifiedType<E> eventType)Return streaming method query for specified event type.
-