Gossip

trait Gossip[F[_]]

API for reading gossip information from an EventStoreDB cluster.

Type Params
F

the effect type in which Gossip operates.

Companion
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def read: F[ClusterInfo]

Gets cluster information.

Gets cluster information.

def withCredentials(creds: UserCredentials): Gossip[F]

Returns an instance that uses provided UserCredentials. This is useful when reading cluster information that requires different credentials from what is provided through configuration.

Returns an instance that uses provided UserCredentials. This is useful when reading cluster information that requires different credentials from what is provided through configuration.

Value Params
creds

Custom user credentials to use.