Interface ExitCodeCallback

All Known Implementing Classes:
SshScmRequestContext

public interface ExitCodeCallback
Passed to the SshScmRequestHandler as a callback to be used when an underlying SSH process completes.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onExit(int code)
     
  • Method Details

    • onExit

      void onExit(int code)