EndpointDiagnostics

class EndpointDiagnostics

Functions

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
val circuitBreakerState: CircuitBreaker.State

The current state of the endpoint's circuit breaker.

Link copied to clipboard
val id: String?

The ID of this endpoint.

Link copied to clipboard
val lastActivity: Duration?

The last activity.

Link copied to clipboard
val local: String?

The local socket identifier as a string.

Link copied to clipboard
val namespace: String?

The namespace of this endpoint (likely the bucket name if present)

Link copied to clipboard
val remote: String?

The remote socket identifier as a string.

Link copied to clipboard
val state: EndpointState

The current state of the endpoint.

Link copied to clipboard
val type: ServiceType

The service type for this endpoint.