Class BlockstreamInfoFeeClientAutoConfiguration
- java.lang.Object
-
- org.tbk.bitcoin.tool.fee.blockstreaminfo.config.BlockstreamInfoFeeClientAutoConfiguration
-
@Configuration(proxyBeanMethods=false) @EnableConfigurationProperties(BlockstreamInfoFeeClientAutoConfigProperties.class) @ConditionalOnClass({org.tbk.bitcoin.tool.fee.blockstreaminfo.BlockstreamInfoFeeApiClient.class,org.tbk.bitcoin.tool.fee.blockstreaminfo.BlockstreamInfoFeeProvider.class}) @ConditionalOnProperty(name={"org.tbk.bitcoin.tool.fee.enabled","org.tbk.bitcoin.tool.fee.blockstreaminfo.enabled"}, havingValue="true", matchIfMissing=true) public class BlockstreamInfoFeeClientAutoConfiguration extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BlockstreamInfoFeeClientAutoConfiguration(BlockstreamInfoFeeClientAutoConfigProperties properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.tbk.bitcoin.tool.fee.blockstreaminfo.BlockstreamInfoFeeApiClientblockstreamInfoFeeApiClient()org.tbk.bitcoin.tool.fee.blockstreaminfo.BlockstreamInfoFeeProviderblockstreamInfoFeeProvider(org.tbk.bitcoin.tool.fee.blockstreaminfo.BlockstreamInfoFeeApiClient blockstreamInfoFeeApiClient)
-
-
-
Constructor Detail
-
BlockstreamInfoFeeClientAutoConfiguration
public BlockstreamInfoFeeClientAutoConfiguration(BlockstreamInfoFeeClientAutoConfigProperties properties)
-
-
Method Detail
-
blockstreamInfoFeeApiClient
@Bean @ConditionalOnMissingBean(org.tbk.bitcoin.tool.fee.blockstreaminfo.BlockstreamInfoFeeApiClient.class) public org.tbk.bitcoin.tool.fee.blockstreaminfo.BlockstreamInfoFeeApiClient blockstreamInfoFeeApiClient()
-
blockstreamInfoFeeProvider
@Bean @ConditionalOnMissingBean(org.tbk.bitcoin.tool.fee.blockstreaminfo.BlockstreamInfoFeeProvider.class) public org.tbk.bitcoin.tool.fee.blockstreaminfo.BlockstreamInfoFeeProvider blockstreamInfoFeeProvider(org.tbk.bitcoin.tool.fee.blockstreaminfo.BlockstreamInfoFeeApiClient blockstreamInfoFeeApiClient)
-
-