CommunicationsServerFactory

abstract class CommunicationsServerFactory(val serverDescriptor: CommunicationsServerDescriptor)

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)

Properties

Link copied to clipboard
val serverDescriptor: CommunicationsServerDescriptor

Functions

Link copied to clipboard
abstract fun create(): CommunicationsServiceBase

Creates a communication server stub implementation.