Interface AgentFileManagerCallback

  • All Known Implementing Classes:
    AgentFileManagerImpl

    public interface AgentFileManagerCallback
    Internal interface for calling callbacks. Is not intended to be used by external clients.
    Since:
    6.0
    Author:
    Maxim Podkolzine (maxim.podkolzine@jetbrains.com)
    • Method Detail

      • error

        void error​(@NotNull
                   String sessionId,
                   @NotNull
                   String error)
      • success

        void success​(@NotNull
                     String sessionId,
                     @NotNull
                     org.springframework.web.multipart.MultipartFile data,
                     boolean archived)