Class ExtractionContextProxy

java.lang.Object
org.hansken.plugin.extraction.runtime.grpc.server.proxy.ExtractionContextProxy
All Implemented Interfaces:
AutoCloseable, DataContext

public final class ExtractionContextProxy extends Object implements DataContext, AutoCloseable
Proxy implementation for the server side of the extraction plugin framework. It delegates calls through gRPC (see GrpcFacade) to the context on the client side.