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

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

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

import com.pubnub.api.endpoints.remoteaction.RemoteAction
import com.pubnub.internal.subscribe.eventengine.event.SubscriptionCursor

internal fun interface HandshakeProvider {
    fun getHandshakeRemoteAction(
        channels: Set,
        channelGroups: Set,
        state: Map?,
    ): RemoteAction
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy