Class Listener

    • Method Detail

      • connectionPool

        public final VirtualNodeConnectionPool connectionPool()

        The connection pool information for the listener.

        Returns:
        The connection pool information for the listener.
      • healthCheck

        public final HealthCheckPolicy healthCheck()

        The health check information for the listener.

        Returns:
        The health check information for the listener.
      • outlierDetection

        public final OutlierDetection outlierDetection()

        The outlier detection information for the listener.

        Returns:
        The outlier detection information for the listener.
      • portMapping

        public final PortMapping portMapping()

        The port mapping information for the listener.

        Returns:
        The port mapping information for the listener.
      • timeout

        public final ListenerTimeout timeout()

        An object that represents timeouts for different protocols.

        Returns:
        An object that represents timeouts for different protocols.
      • tls

        public final ListenerTls tls()

        A reference to an object that represents the Transport Layer Security (TLS) properties for a listener.

        Returns:
        A reference to an object that represents the Transport Layer Security (TLS) properties for a listener.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)