Struct tendermint_abci::Server[][src]

pub struct Server<App> { /* fields omitted */ }
Expand description

A TCP-based server for serving a specific ABCI application.

Each incoming connection is handled in a separate thread. The ABCI application is cloned for access in each thread. It is up to the application developer to manage shared state across these different threads.

Implementations

Initiate a blocking listener for incoming connections.

Getter for this server’s local address.

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