Class BtcdotcomFeeClientAutoConfiguration
- java.lang.Object
-
- org.tbk.bitcoin.tool.fee.btcdotcom.config.BtcdotcomFeeClientAutoConfiguration
-
@Configuration(proxyBeanMethods=false) @EnableConfigurationProperties(BtcdotcomFeeClientAutoConfigProperties.class) @ConditionalOnClass({org.tbk.bitcoin.tool.fee.btcdotcom.BtcdotcomFeeApiClient.class,org.tbk.bitcoin.tool.fee.btcdotcom.BtcdotcomFeeProvider.class}) @ConditionalOnProperty(name={"org.tbk.bitcoin.tool.fee.enabled","org.tbk.bitcoin.tool.fee.btcdotcom.enabled"}, havingValue="true", matchIfMissing=true) public class BtcdotcomFeeClientAutoConfiguration extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BtcdotcomFeeClientAutoConfiguration(BtcdotcomFeeClientAutoConfigProperties properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.tbk.bitcoin.tool.fee.btcdotcom.BtcdotcomFeeApiClientbtcdotcomFeeApiClient()org.tbk.bitcoin.tool.fee.btcdotcom.BtcdotcomFeeProviderbtcdotcomFeeProvider(org.tbk.bitcoin.tool.fee.btcdotcom.BtcdotcomFeeApiClient btcdotcomFeeApiClient)
-
-
-
Constructor Detail
-
BtcdotcomFeeClientAutoConfiguration
public BtcdotcomFeeClientAutoConfiguration(BtcdotcomFeeClientAutoConfigProperties properties)
-
-
Method Detail
-
btcdotcomFeeApiClient
@Bean @ConditionalOnMissingBean(org.tbk.bitcoin.tool.fee.btcdotcom.BtcdotcomFeeApiClient.class) public org.tbk.bitcoin.tool.fee.btcdotcom.BtcdotcomFeeApiClient btcdotcomFeeApiClient()
-
btcdotcomFeeProvider
@Bean @ConditionalOnMissingBean(org.tbk.bitcoin.tool.fee.btcdotcom.BtcdotcomFeeProvider.class) public org.tbk.bitcoin.tool.fee.btcdotcom.BtcdotcomFeeProvider btcdotcomFeeProvider(org.tbk.bitcoin.tool.fee.btcdotcom.BtcdotcomFeeApiClient btcdotcomFeeApiClient)
-
-