Factory

interface Factory<E : RPCNodeExtension>

Functions

create
Link copied to clipboard
abstract fun create(): E

Properties

identifier
Link copied to clipboard
abstract val identifier: RPCNodeExtension.Identifier<E>
Identifier of the RPC extension.
isRequiredOnOtherSide
Link copied to clipboard
abstract val isRequiredOnOtherSide: Boolean
Whether the extension should only be created when it's available both locally and remotely.

Inheritors

CallLoggingNodeExtension
Link copied to clipboard
SessionNodeExtension
Link copied to clipboard