SessionProvider
class SessionProvider<S : Any>(name: String, type: KClass<S>, transport: SessionTransport, tracker: SessionTracker<S>)
Content copied to clipboard
Specifies a provider for a session with the specific name and type
Parameters
transport
specifies the SessionTransport for this provider
tracker
specifies the SessionTracker for this provider
Constructors
Link copied to clipboard
fun <S : Any> SessionProvider(name: String, type: KClass<S>, transport: SessionTransport, tracker: SessionTracker<S>)
Content copied to clipboard