Package app.keyconnect.server.factories
Class AutoBlockchainGatewayFactory
java.lang.Object
app.keyconnect.server.factories.AutoBlockchainGatewayFactory
- All Implemented Interfaces:
BlockchainGatewayFactory
@PropertySource("classpath:application.yml")
public class AutoBlockchainGatewayFactory
extends java.lang.Object
implements BlockchainGatewayFactory
-
Constructor Summary
Constructors Constructor Description AutoBlockchainGatewayFactory(YamlConfiguration configuration, org.springframework.context.ApplicationContext applicationContext) -
Method Summary
Modifier and Type Method Description java.lang.String[]getBlockchains()BlockchainGatewaygetGateway(java.lang.String blockchain)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
AutoBlockchainGatewayFactory
public AutoBlockchainGatewayFactory(YamlConfiguration configuration, org.springframework.context.ApplicationContext applicationContext)
-
-
Method Details
-
getGateway
- Specified by:
getGatewayin interfaceBlockchainGatewayFactory
-
getBlockchains
public java.lang.String[] getBlockchains()- Specified by:
getBlockchainsin interfaceBlockchainGatewayFactory
-