ServiceEndpoint

data class ServiceEndpoint(val uri: String, val routingKeys: List<String>, val accept: List<String>)(source)

Represents a service endpoint.

Constructors

Link copied to clipboard
constructor(uri: String, routingKeys: List<String>, accept: List<String>)

Properties

Link copied to clipboard

The list of accepted content types for the endpoint.

Link copied to clipboard

The list of routing keys associated with the endpoint.

Link copied to clipboard
val uri: String

The URI of the endpoint.