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

com.pubnub.internal.eventengine.EffectFactory.kt Maven / Gradle / Ivy

package com.pubnub.internal.eventengine

internal interface EffectFactory {
    fun create(effectInvocation: T): Effect?
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy