Gossip

trait Gossip[F[_]]

API for reading gossip information from an EventStoreDB cluster.

Type parameters:
F

the effect type in which Gossip operates.

Companion:
object
Source:
gossip.scala
class Object
trait Matchable
class Any

Value members

Abstract methods

Gets cluster information.

Gets cluster information.

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.

Source:
gossip.scala