SubscriptionSupport

scalus.cardano.node.stream.SubscriptionSupport
See theSubscriptionSupport companion object

The verdict on a subscription request.

Attributes

Companion
object
Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Enum entries

Served from an index or a server-side filter.

Served from an index or a server-side filter.

Attributes

Serviceable, but only by scanning every block. Requires SubscriptionOptions.allowUnindexedScan, because on a metered backend this is the difference between a handful of requests a day and a blown quota.

Serviceable, but only by scanning every block. Requires SubscriptionOptions.allowUnindexedScan, because on a metered backend this is the difference between a handful of requests a day and a blown quota.

Attributes

final case class Unsupported(reason: String)

Cannot be served at all. subscribe throws scalus.cardano.infra.UnsupportedSubscriptionException with this reason.

Cannot be served at all. subscribe throws scalus.cardano.infra.UnsupportedSubscriptionException with this reason.

Attributes