StreamingTokenValidation

@JsonClass(generateAdapter = true)
data class StreamingTokenValidation(val sequenceNumber: Int, val timestamp: Long, val targetMessageIdentifier: String, val result: StreamingTokenValidationResult) : StreamingToken

Streamed token which identifies a previously streamed token as being invalid.

Constructors

Link copied to clipboard
constructor(sequenceNumber: Int, timestamp: Long, targetMessageIdentifier: String, result: StreamingTokenValidationResult)

Properties

Link copied to clipboard
Link copied to clipboard
open override val sequenceNumber: Int
Link copied to clipboard
Link copied to clipboard
open override val timestamp: Long
Link copied to clipboard
open override val tokenType: StreamingTokenType