Listener

class Listener

An object that represents a listener for a virtual node.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The connection pool information for the listener.

Link copied to clipboard

The health check information for the listener.

Link copied to clipboard

The outlier detection information for the listener.

Link copied to clipboard

The port mapping information for the listener.

Link copied to clipboard

An object that represents timeouts for different protocols.

Link copied to clipboard

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

Functions

Link copied to clipboard
inline fun copy(block: Listener.Builder.() -> Unit = {}): Listener
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String