TransportServiceProvider

cc.otavia.core.transport.spi.TransportServiceProvider

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def checkPlatformSupport(): Boolean

Check the TransportServiceProvider whether support this platform.

Check the TransportServiceProvider whether support this platform.

Attributes

Returns

True if support, otherwise false.

Return the instance of TransportFactory that TransportFactory class should bind to.

Return the instance of TransportFactory that TransportFactory class should bind to.

Attributes

Returns

instance of TransportFactory

def initialize(system: ActorSystem): Unit

Initialize the channel back-end.

Initialize the channel back-end.

WARNING: This method is intended to be called once by TransportFactory class and from nowhere else.

Attributes