trait MetaStreams[F[_]] extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MetaStreams
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def getAcl(streamId: Id, creds: Option[UserCredentials]): F[Option[ReadResult[StreamAcl]]]
- abstract def getCacheControl(streamId: Id, creds: Option[UserCredentials]): F[Option[ReadResult[CacheControl]]]
- abstract def getCustom[T](streamId: Id, creds: Option[UserCredentials])(implicit arg0: Decoder[T]): F[Option[ReadResult[T]]]
- abstract def getMaxAge(streamId: Id, creds: Option[UserCredentials]): F[Option[ReadResult[MaxAge]]]
- abstract def getMaxCount(streamId: Id, creds: Option[UserCredentials]): F[Option[ReadResult[MaxCount]]]
- abstract def getTruncateBefore(streamId: Id, creds: Option[UserCredentials]): F[Option[ReadResult[Exact]]]
- abstract def removeAcl(streamId: Id, expectedRevision: StreamRevision, creds: Option[UserCredentials]): F[WriteResult]
- abstract def removeCacheControl(streamId: Id, expectedRevision: StreamRevision, creds: Option[UserCredentials]): F[WriteResult]
- abstract def removeCustom(streamId: Id, expectedRevision: StreamRevision, creds: Option[UserCredentials]): F[WriteResult]
- abstract def removeMaxAge(streamId: Id, expectedRevision: StreamRevision, creds: Option[UserCredentials]): F[WriteResult]
- abstract def removeMaxCount(streamId: Id, expectedRevision: StreamRevision, creds: Option[UserCredentials]): F[WriteResult]
- abstract def removeTruncateBefore(streamId: Id, expectedRevision: StreamRevision, creds: Option[UserCredentials]): F[WriteResult]
- abstract def setAcl(streamId: Id, expectedRevision: StreamRevision, acl: StreamAcl, creds: Option[UserCredentials]): F[WriteResult]
- abstract def setCacheControl(streamId: Id, expectedRevision: StreamRevision, cacheControl: CacheControl, creds: Option[UserCredentials]): F[WriteResult]
- abstract def setCustom[T](streamId: Id, expectedRevision: StreamRevision, custom: T, creds: Option[UserCredentials])(implicit arg0: AsObject[T]): F[WriteResult]
- abstract def setMaxAge(streamId: Id, expectedRevision: StreamRevision, age: MaxAge, creds: Option[UserCredentials]): F[WriteResult]
- abstract def setMaxCount(streamId: Id, expectedRevision: StreamRevision, count: MaxCount, creds: Option[UserCredentials]): F[WriteResult]
- abstract def setTruncateBefore(streamId: Id, expectedRevision: StreamRevision, truncateBefore: Exact, creds: Option[UserCredentials]): F[WriteResult]
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated