Uses of Interface
app.keyconnect.server.factories.BlockchainGatewayFactory
| Package | Description |
|---|---|
| app.keyconnect.server.controllers | |
| app.keyconnect.server.factories |
-
Uses of BlockchainGatewayFactory in app.keyconnect.server.controllers
Constructors in app.keyconnect.server.controllers with parameters of type BlockchainGatewayFactory Constructor Description BlockchainAccountController(BlockchainGatewayFactory blockchainGatewayFactory)BlockchainGeneratorController(BlockchainGatewayFactory blockchainGatewayFactory)BlockchainStatusController(BlockchainGatewayFactory gatewayFactory)BlockchainTransactionController(BlockchainGatewayFactory blockchainGatewayFactory) -
Uses of BlockchainGatewayFactory in app.keyconnect.server.factories
Classes in app.keyconnect.server.factories that implement BlockchainGatewayFactory Modifier and Type Class Description classAutoBlockchainGatewayFactoryMethods in app.keyconnect.server.factories that return BlockchainGatewayFactory Modifier and Type Method Description BlockchainGatewayFactoryBlockchainGatewayFactoryConfiguration. gatewayFactory(YamlConfiguration configuration, org.springframework.context.ApplicationContext applicationContext)