Class RandomAccessDataProxy

java.lang.Object
org.hansken.plugin.extraction.runtime.grpc.server.proxy.RandomAccessDataProxy
All Implemented Interfaces:
Closeable, AutoCloseable, RandomAccessData

public final class RandomAccessDataProxy extends Object implements RandomAccessData
Proxy implementation for the server side of the extraction plugin framework. It delegates calls through gRPC (see GrpcFacade) to the data currently being processed on the client side.

Note: this implementation is not thread-safe.