Gossip

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

API for reading gossip information from an EventStoreDB cluster.

Attributes

F

the effect type in which Gossip operates.

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

Members list

Concise view

Value members

Abstract methods

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.

Attributes

creds

Custom user credentials to use.

Source:
gossip.scala