Package org.apache.tika
Class TikaGrpc.TikaImplBase
java.lang.Object
org.apache.tika.TikaGrpc.TikaImplBase
- All Implemented Interfaces:
io.grpc.BindableService,TikaGrpc.AsyncService
- Enclosing class:
- TikaGrpc
public abstract static class TikaGrpc.TikaImplBase
extends Object
implements io.grpc.BindableService, TikaGrpc.AsyncService
Base class for the server implementation of the service Tika.
The Tika Grpc Service definition
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.tika.TikaGrpc.AsyncService
deleteFetcher, deletePipesIterator, fetchAndParse, fetchAndParseBiDirectionalStreaming, fetchAndParseServerSideStreaming, getFetcher, getFetcherConfigJsonSchema, getPipesIterator, listFetchers, saveFetcher, savePipesIterator
-
Constructor Details
-
TikaImplBase
public TikaImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-