Interface ProcessingEndpoint


  • @Deprecated(forRemoval=true,
                since="7")
    public interface ProcessingEndpoint
    Deprecated, for removal: This API element is subject to removal in a future version.
    Will be removed in Vespa 8. Only for internal use.
    Author:
    Einar M R Rosenvinge
    • Method Detail

      • processingDone

        void processingDone​(Processing processing)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • processingFailed

        void processingFailed​(Processing processing,
                              Exception exception)
        Deprecated, for removal: This API element is subject to removal in a future version.