Class BlockcypherFeeClientAutoConfiguration
- java.lang.Object
-
- org.tbk.bitcoin.tool.fee.blockcypher.config.BlockcypherFeeClientAutoConfiguration
-
@Configuration(proxyBeanMethods=false) @EnableConfigurationProperties(BlockcypherFeeClientAutoConfigProperties.class) @ConditionalOnClass({org.tbk.bitcoin.tool.fee.blockcypher.BlockcypherFeeApiClient.class,org.tbk.bitcoin.tool.fee.blockcypher.BlockcypherFeeProvider.class}) @ConditionalOnProperty(name={"org.tbk.bitcoin.tool.fee.enabled","org.tbk.bitcoin.tool.fee.blockcypher.enabled"}, havingValue="true", matchIfMissing=true) public class BlockcypherFeeClientAutoConfiguration extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BlockcypherFeeClientAutoConfiguration(BlockcypherFeeClientAutoConfigProperties properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.tbk.bitcoin.tool.fee.blockcypher.BlockcypherFeeApiClientblockcypherFeeApiClient()org.tbk.bitcoin.tool.fee.blockcypher.BlockcypherFeeProviderblockcypherFeeProvider(org.tbk.bitcoin.tool.fee.blockcypher.BlockcypherFeeApiClient blockcypherFeeApiClient)
-
-
-
Constructor Detail
-
BlockcypherFeeClientAutoConfiguration
public BlockcypherFeeClientAutoConfiguration(BlockcypherFeeClientAutoConfigProperties properties)
-
-
Method Detail
-
blockcypherFeeApiClient
@Bean @ConditionalOnMissingBean(org.tbk.bitcoin.tool.fee.blockcypher.BlockcypherFeeApiClient.class) public org.tbk.bitcoin.tool.fee.blockcypher.BlockcypherFeeApiClient blockcypherFeeApiClient()
-
blockcypherFeeProvider
@Bean @ConditionalOnMissingBean(org.tbk.bitcoin.tool.fee.blockcypher.BlockcypherFeeProvider.class) public org.tbk.bitcoin.tool.fee.blockcypher.BlockcypherFeeProvider blockcypherFeeProvider(org.tbk.bitcoin.tool.fee.blockcypher.BlockcypherFeeApiClient blockcypherFeeApiClient)
-
-