Struct zipkin::endpoint::Builder [] [src]

pub struct Builder { /* fields omitted */ }

A builder type for Endpoints.

Methods

impl Builder
[src]

[src]

Sets the service name associated with the endpoint.

Defaults to None.

[src]

Sets the IPv4 address associated with the endpoint.

Defaults to None.

[src]

Sets the IPv6 address associated with the endpoint.

Defaults to None.

[src]

Sets the IP address associated with the endpoint.

This is simply a convenience function which delegates to ipv4 and ipv6.

[src]

Sets the port associated with the endpoint.

Defaults to None.

[src]

Constructs the Endpoint.

Trait Implementations

Auto Trait Implementations

impl Send for Builder

impl Sync for Builder