StreamCapabilities

scalus.cardano.node.stream.StreamCapabilities
See theStreamCapabilities companion class

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def inProcess(kinds: Set[SubscriptionKind], replay: ReplaySupport, rollbackHorizon: Option[Int]): StreamCapabilities

An in-process provider holding the whole ledger: everything is indexed, nothing is remote. rollbackHorizon is still explicit, because a linear emulator that never forks and one that can be rewound on demand are different things to a subscriber.

An in-process provider holding the whole ledger: everything is indexed, nothing is remote. rollbackHorizon is still explicit, because a linear emulator that never forks and one that can be rewound on demand are different things to a subscriber.

Attributes