Class DebuggingModule

  • All Implemented Interfaces:
    Module, Closeable, AutoCloseable

    public class DebuggingModule
    extends Object
    implements Module
    This module configures a Java-UDF execution so that it connects to a remote debugger.
    • Field Detail

      • DEBUGGING_PORT

        public static final int DEBUGGING_PORT
        Port the remote-debugger listens on
        See Also:
        Constant Field Values
    • Constructor Detail

      • DebuggingModule

        public DebuggingModule​(LocalServiceExposer localServiceExposer)
        Create a new instance of DebuggingModule.
        Parameters:
        localServiceExposer - Proxy factory that makes ports of the test host available in the container