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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
error(String sessionId, String error)
void
success(String sessionId, org.springframework.web.multipart.MultipartFile data, boolean archived)
-