History

Functions

Link copied to clipboard
abstract fun async(callback: Consumer<Result<Output>>)
Link copied to clipboard
abstract fun channel(channel: String): History
Link copied to clipboard
abstract fun count(count: Int): History
Link copied to clipboard
abstract fun end(end: Long): History
Link copied to clipboard
abstract fun includeMeta(includeMeta: Boolean): History
Link copied to clipboard
abstract fun includeTimetoken(includeTimetoken: Boolean): History
Link copied to clipboard
Link copied to clipboard
abstract fun overrideConfiguration(configuration: PNConfiguration): Endpoint<T>

Allows to override certain configuration options (see com.pubnub.api.v2.PNConfigurationOverride.Builder) for this request only.

Link copied to clipboard
abstract fun retry()
Link copied to clipboard
abstract fun reverse(reverse: Boolean): History
Link copied to clipboard
abstract fun silentCancel()
Link copied to clipboard
abstract fun start(start: Long): History
Link copied to clipboard
abstract fun sync(): Output