Struct tendermint_abci::ServerBuilder[][src]

pub struct ServerBuilder { /* fields omitted */ }
Expand description

Allows us to configure and construct an ABCI server.

Implementations

Builder constructor.

Allows you to specify the read buffer size used when reading chunks of incoming data from the client. This needs to be tuned for your application.

Constructor for an ABCI server.

Binds the server to the given address. You must subsequently call the Server::listen method in order for incoming connections’ requests to be routed to the specified ABCI application.

Trait Implementations

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more