SessionProvider
class SessionProvider
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
SessionProvider( Specifies a provider for a session with the specific name and type |
Properties
val name: String session name |
|
val tracker: SessionTracker specifies the SessionTracker for this provider |
|
val transport: SessionTransport specifies the SessionTransport for this provider |
|
val type: KClass<*> session instance type |
Functions
fun toString(): String |