Interface AgentFileManagerCallback
-
- All Known Implementing Classes:
AgentFileManagerImpl
public interface AgentFileManagerCallbackInternal interface for calling callbacks. Is not intended to be used by external clients.- Since:
- 6.0
- Author:
- Maxim Podkolzine (maxim.podkolzine@jetbrains.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiderror(String sessionId, String error)voidsuccess(String sessionId, org.springframework.web.multipart.MultipartFile data, boolean archived)
-