createConnectionFactory

abstract fun createConnectionFactory(ipcMessageDispatchFailureListener: IpcMessageDispatchFailureListener): IviServiceConnectionFactory

Creates a connection factory for this IVI service interface.

Implemented by the generated <Interface>Base classes.

Note: IVI service interface implementations should not call this method.

Parameters

ipcMessageDispatchFailureListener

Called on IPC message dispatch failures.