Class TestEnvironment.Endpoint

java.lang.Object
org.apache.flink.connector.testframe.environment.TestEnvironment.Endpoint
Enclosing interface:
TestEnvironment

public static class TestEnvironment.Endpoint extends Object
Endpoint with address and port of the test environment.
  • Constructor Details

    • Endpoint

      public Endpoint(String address, int port)
  • Method Details

    • getAddress

      public String getAddress()
    • getPort

      public int getPort()