SessionProvider
class SessionProvider<S : Any>
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<S> specifies the SessionTracker for this provider |
|
val transport: SessionTransport specifies the SessionTransport for this provider |
|
session instance type |
Functions
fun toString(): String |