Class BlockchainGatewayFactoryConfiguration

java.lang.Object
app.keyconnect.server.factories.BlockchainGatewayFactoryConfiguration

@Configuration
@Import({XrpGatewayConfiguration.class,YamlConfiguration.class})
public class BlockchainGatewayFactoryConfiguration
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    BlockchainGatewayFactoryConfiguration()  
  • Method Summary

    Modifier and Type Method Description
    BlockchainGatewayFactory gatewayFactory​(YamlConfiguration configuration, org.springframework.context.ApplicationContext applicationContext)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BlockchainGatewayFactoryConfiguration

      public BlockchainGatewayFactoryConfiguration()
  • Method Details