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

com.pubnub.internal.presence.eventengine.data.PresenceData.kt Maven / Gradle / Ivy

package com.pubnub.internal.presence.eventengine.data

import java.util.concurrent.ConcurrentHashMap

internal class PresenceData {
    internal val channelStates: ConcurrentHashMap = ConcurrentHashMap()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy