Interface AnalysisEngineProcessorStub


public interface AnalysisEngineProcessorStub
A stub that calls a remote AnalysisEngine service.
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    Notify the stub that all items in the batch have been processed.
    default void
    Notify the stub that all items in the collection have been processed.
    default void
    Called when this stub is no longer needed, so resources can be cleaned up.
    Performs service call to retrieve resource meta data.
    void
    process(CAS aCAS)
    Performs service call to process an entity.