<init>
SessionProvider(
name: String,
type: KClass<*>,
transport: SessionTransport,
tracker: SessionTracker)
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