Class YaciStoreConfig
java.lang.Object
org.cardanofoundation.lob.app.blockchain_reader.config.YaciStoreConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.bloxbean.cardano.client.backend.api.BackendServicecoreBackendService(com.bloxbean.cardano.client.backend.api.BackendService blockfrostBackend) com.bloxbean.cardano.client.backend.api.BackendService
-
Constructor Details
-
YaciStoreConfig
public YaciStoreConfig()
-
-
Method Details
-
yaciBackendService
@Bean @Qualifier("yaci_blockfrost") @ConditionalOnProperty(name="lob.blockchain_reader.enabled", havingValue="true") public com.bloxbean.cardano.client.backend.api.BackendService yaciBackendService() -
coreBackendService
@Bean @Qualifier("yaci_blockfrost") @ConditionalOnProperty(name="lob.blockchain_reader.enabled", havingValue="false") public com.bloxbean.cardano.client.backend.api.BackendService coreBackendService(@Qualifier("original_blockfrost") com.bloxbean.cardano.client.backend.api.BackendService blockfrostBackend)
-