Gossip

sec.api.Gossip
See theGossip companion object
trait Gossip[F[_]]

API for reading gossip information from an EventStoreDB cluster.

Type parameters

F

the effect type in which Gossip operates.

Attributes

Companion
object
Source
gossip.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def read: F[ClusterInfo]

Gets cluster information.

Gets cluster information.

Attributes

Source
gossip.scala

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 parameters

creds

Custom user credentials to use.

Attributes

Source
gossip.scala