DataflowEndpointGroupSocketAddress

data class DataflowEndpointGroupSocketAddress(val name: String? = null, val port: Int? = null)

Constructors

Link copied to clipboard
constructor(name: String? = null, port: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

The name of the endpoint, such as Endpoint 1 .

Link copied to clipboard
val port: Int? = null

The port of the endpoint, such as 55888 .