sec.api

package sec.api

Members list

Concise view

Type members

Classlikes

class ClusterBuilder[F[_]]

Attributes

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

Attributes

Companion:
class
Source:
builder.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
trait EsClient[F[_]]

Attributes

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

Attributes

Companion:
trait
Source:
client.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
trait Gossip[F[_]]

API for reading gossip information from an EventStoreDB cluster.

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
object Gossip

Attributes

Companion:
trait
Source:
gossip.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Gossip.type
trait MetaStreams[F[_]]

API for interacting with metadata streams in EventStoreDB.

API for interacting with metadata streams in EventStoreDB.

Methods for getting, setting and unsetting metadata for streams.

Attributes

F

the effect type in which MetaStreams operates.

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

Attributes

Companion:
trait
Source:
metastreams.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
sealed abstract class SingleNodeBuilder[F[_]]

Attributes

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

Attributes

Companion:
class
Source:
builder.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
trait Streams[F[_]]

API for interacting with streams in EventStoreDB.

API for interacting with streams in EventStoreDB.

==Main operations==

  • subscribing to the global stream or an individual stream.
  • reading from the global stream or an individual stream.
  • appending event data to an existing stream or creating a new stream.
  • deleting events from a stream.

Attributes

F

the effect type in which Streams operates.

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

Attributes

Companion:
trait
Source:
streams.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Streams.type