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(id: Id): F[Option[ReadResult[StreamAcl]]]
- abstract def getCacheControl(id: Id): F[Option[ReadResult[CacheControl]]]
- abstract def getCustom[T](id: Id)(implicit arg0: Decoder[T]): F[Option[ReadResult[T]]]
- abstract def getMaxAge(id: Id): F[Option[ReadResult[MaxAge]]]
- abstract def getMaxCount(id: Id): F[Option[ReadResult[MaxCount]]]
- abstract def getTruncateBefore(id: Id): F[Option[ReadResult[Exact]]]
- abstract def setAcl(id: Id, expectedState: StreamState, acl: StreamAcl): F[WriteResult]
- abstract def setCacheControl(id: Id, expectedState: StreamState, cacheControl: CacheControl): F[WriteResult]
- abstract def setCustom[T](id: Id, expectedState: StreamState, custom: T)(implicit arg0: AsObject[T]): F[WriteResult]
- abstract def setMaxAge(id: Id, expectedState: StreamState, age: MaxAge): F[WriteResult]
- abstract def setMaxCount(id: Id, expectedState: StreamState, count: MaxCount): F[WriteResult]
- abstract def setTruncateBefore(id: Id, expectedState: StreamState, truncateBefore: Exact): F[WriteResult]
- abstract def unsetAcl(id: Id, expectedState: StreamState): F[WriteResult]
- abstract def unsetCacheControl(id: Id, expectedState: StreamState): F[WriteResult]
- abstract def unsetCustom(id: Id, expectedState: StreamState): F[WriteResult]
- abstract def unsetMaxAge(id: Id, expectedState: StreamState): F[WriteResult]
- abstract def unsetMaxCount(id: Id, expectedState: StreamState): F[WriteResult]
- abstract def unsetTruncateBefore(id: Id, expectedState: StreamState): F[WriteResult]
- abstract def withCredentials(creds: UserCredentials): MetaStreams[F]
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