BrokerFactoryProvider

class BrokerFactoryProvider(logger: Logger? = null) : Provider<Set<BrokerFactory>>

Provider for all BrokerFactory implementations found on the classpath

Constructors

Link copied to clipboard
constructor(logger: Logger? = null)

Functions

Link copied to clipboard
open override fun get(): Set<BrokerFactory>

Scans the classpath for all implementations of BrokerFactory