StreamingEndpoint

Endpoint for a stream of TEntitys.

Type Parameters

TEntity

The type of individual elements in the stream.

Inheritors

Properties

Link copied to clipboard
Link copied to clipboard
abstract val httpClient: OkHttpClient
Link copied to clipboard
Link copied to clipboard
abstract val serializers: List<Serializer>
Link copied to clipboard
abstract val uri: URI

Functions

Link copied to clipboard
abstract fun getLinks(rel: String): List<Pair<URI, String?>>
Link copied to clipboard
abstract fun getObservable(): Observable<TEntity>

Provides an Observable stream of entities.

Link copied to clipboard
abstract fun link(rel: String): URI
Link copied to clipboard
abstract fun linkTemplate(rel: String, variables: Map<String, Any>): URI