java.lang.Object
org.hansken.plugin.extraction.runtime.grpc.server.proxy.ImmutableTraceProxy
org.hansken.plugin.extraction.runtime.grpc.server.proxy.SearchTraceProxy
All Implemented Interfaces:
ImmutableTrace, SearchTrace

public class SearchTraceProxy extends ImmutableTraceProxy implements SearchTrace
Proxy implementation for the server side of the extraction plugin framework. It delegates calls through gRPC (see GrpcFacade) to the search trace currently being processed on the client side.

Note: this implementation is not thread-safe.