All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.provenance.eventstream.stream.decoder.Decoder.kt Maven / Gradle / Ivy

The newest version!
package io.provenance.eventstream.stream.decoder

import io.provenance.eventstream.adapter.json.decoder.DecoderEngine
import io.provenance.eventstream.stream.rpc.response.MessageType

sealed class Decoder(val decoder: DecoderEngine) {
    abstract val priority: Int
    abstract fun decode(input: String): MessageType?
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy