Factory

class Factory(logger: Logger, levels: CallLoggingNodeExtension.LoggingLevels) : RPCNodeExtension.Factory<CallLoggingNodeExtension>

Constructors

Factory
Link copied to clipboard
fun Factory(logger: Logger, level: LoggingLevel)

Functions

create
Link copied to clipboard
open override fun create(): CallLoggingNodeExtension

Properties

identifier
Link copied to clipboard
open override val identifier: CallLoggingNodeExtension.Identifier
Identifier of the RPC extension.
isRequiredOnOtherSide
Link copied to clipboard
open override val isRequiredOnOtherSide: Boolean = false
Whether the extension should only be created when it's available both locally and remotely.