GatewayProvider

open class GatewayProvider(val gatewayRegistry: GatewayRegistry)(source)

Inheritors

Constructors

Link copied to clipboard
constructor(gatewayRegistry: GatewayRegistry)

Types

Link copied to clipboard

Properties

Link copied to clipboard

Functions

Link copied to clipboard
inline fun <T : Gateway> internalCreate(gatewayKlass: KClass<Gateway>): T
Link copied to clipboard
inline fun <T : Gateway> provide(): T
inline fun <T : Gateway> provide(type: KClass<T>): T