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

com.pubnub.internal.subscribe.eventengine.effect.StatusConsumer.kt Maven / Gradle / Ivy

package com.pubnub.internal.subscribe.eventengine.effect

import com.pubnub.api.models.consumer.PNStatus

internal interface StatusConsumer {
    fun announce(status: PNStatus)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy