CommunicationsServerFactory
abstract class CommunicationsServerFactory(val serverDescriptor: CommunicationsServerDescriptor)
Content copied to clipboard
Factory for creating CommunicationsServiceBase derived service stubs.
The serverDescriptor provides meta-data on the service that is provided by this factory.
Parameters
serverDescriptor
Describes the service that is provided by the factory.
Constructors
Link copied to clipboard
fun CommunicationsServerFactory(serverDescriptor: CommunicationsServerDescriptor)
Content copied to clipboard