GridFSStreamObservable
dev.mongocamp.driver.mongodb.gridfs.GridFSStreamObservable
case class GridFSStreamObservable(inputStream: InputStream, bufferSize: Int) extends Observable[ByteBuffer], LazyLogging
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait LazyLoggingtrait Observable[ByteBuffer]trait Publisher[ByteBuffer]class Objecttrait Matchableclass AnyShow all
Members list
Type members
Classlikes
case class GridFSSubscription(subscriber: Observer[_ >: ByteBuffer]) extends Subscription
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Subscriptiontrait Subscriptionclass Objecttrait Matchableclass AnyShow all
Value members
Concrete methods
Attributes
- Definition Classes
-
Observable
Inherited methods
Attributes
- Inherited from:
- Observable
Attributes
- Inherited from:
- Observable
Attributes
- Inherited from:
- Observable
Attributes
- Inherited from:
- Observable
Attributes
- Inherited from:
- Observable
Attributes
- Inherited from:
- Observable
Attributes
- Inherited from:
- Observable
Attributes
- Inherited from:
- Observable
Attributes
- Inherited from:
- Observable
Attributes
- Inherited from:
- Observable
Attributes
- Inherited from:
- Observable
Attributes
- Inherited from:
- Observable
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Observable
Attributes
- Inherited from:
- Observable
def subscribe(doOnNext: ByteBuffer => Any, doOnError: Throwable => Any, doOnComplete: () => Any): Unit
Attributes
- Inherited from:
- Observable
Attributes
- Inherited from:
- Observable
Attributes
- Inherited from:
- Observable
Attributes
- Inherited from:
- Observable
Attributes
- Definition Classes
-
Observable -> Publisher
- Inherited from:
- Observable
def transform[S](mapFunction: ByteBuffer => S, errorMapFunction: Throwable => Throwable): Observable[S]
Attributes
- Inherited from:
- Observable
Attributes
- Inherited from:
- Observable
Attributes
- Inherited from:
- Observable
Deprecated and Inherited methods
Attributes
- Deprecated
-
[Since version 5.0]
Is no longer needed because of the `ToSingleObservableUnit` implicit class. Scheduled for removal in a major release - Inherited from:
- Observable
Inherited fields
Attributes
- Inherited from:
- LazyLogging
In this article