Module quilkin::endpoint[][src]

Expand description

Types representing where the data is the sent.

Structs

Endpoint

A destination endpoint with any associated metadata.

Endpoints

Represents the set of all known upstream endpoints.

Metadata

Metadata specific to endpoints.

UpstreamEndpoints

UpstreamEndpoints represents a set of endpoints. This set is guaranteed to be non-empty - any operation that would cause the set to be empty will return an error instead.

UpstreamEndpointsIter

An Iterator over all endpoints in an UpstreamEndpoints

Enums

MetadataError
RetainedItems

An enum representing the result of a UpstreamEndpoints::retain call, detailing how many (if any) of the endpoints were retained by the predicate.