Class TraceSearcherProxy
- java.lang.Object
-
- org.hansken.plugin.extraction.runtime.grpc.server.proxy.TraceSearcherProxy
-
- All Implemented Interfaces:
TraceSearcher
public class TraceSearcherProxy extends Object implements TraceSearcher
Proxy implementation for the server side of theextraction pluginframework. It delegates calls through gRPC (seeGrpcFacade) to retrieve traces from the client side.
-
-
Constructor Summary
Constructors Constructor Description TraceSearcherProxy(GrpcFacade facade)
-
-
-
Constructor Detail
-
TraceSearcherProxy
public TraceSearcherProxy(GrpcFacade facade)
-
-
Method Detail
-
search
public SearchResult search(String query, int count) throws InterruptedException, ExecutionException
- Specified by:
searchin interfaceTraceSearcher- Throws:
InterruptedExceptionExecutionException
-
-