[][src]Module lol_core::connection

Utilities for connection.

Modules

gateway

The purpose of gateway is to track the cluster members. In Raft you can access the leader node if you know at least one node in the cluster and gateway maintains the cluster members by polling the current membership.

Functions

connect

Type Definitions

RaftClient