Class WorkerClientConfiguration

    • Constructor Detail

      • WorkerClientConfiguration

        public WorkerClientConfiguration()
        Empty constructor used by YAMLFactory to instanciate the object
      • WorkerClientConfiguration

        public WorkerClientConfiguration​(java.lang.String serverHost,
                                         int serverPort)
        Construct a configuration with all parameters at once
        Parameters:
        serverHost - the server hostname
        serverPort - the server port
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object