Interface GatewayProgressRunnable


  • public interface GatewayProgressRunnable
    Provides a run function that can return a value and throw an exception. The return is Serializable because it is often passed through the Gateway/Client comm channel.
    • Method Detail

      • run

        java.io.Serializable run()
                          throws java.lang.Exception
        Throws:
        java.lang.Exception