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