Class PipesClient

java.lang.Object
org.apache.tika.pipes.PipesClient
All Implemented Interfaces:
Closeable, AutoCloseable

public class PipesClient extends Object implements Closeable
The PipesClient is designed to be single-threaded. It only allots a single thread for process(FetchEmitTuple) processing. See AsyncProcessor for handling multiple PipesClients.