MCPcopy
hub / github.com/bisq-network/bisq / DaoSetupService

Interface DaoSetupService

core/src/main/java/bisq/core/dao/DaoSetupService.java:24–28  ·  view source on GitHub ↗

All main service classes implements that interface to guarantee a controlled startup sequence.

Source from the content-addressed store, hash-verified

22 * startup sequence.
23 */
24public interface DaoSetupService {
25 void addListeners();
26
27 void start();
28}

Callers 14

addListenersMethod · 0.65
verifyMethod · 0.65
downloadFilesMethod · 0.65
stopMethod · 0.65
initMethod · 0.65
startServerMethod · 0.65
callBitcoinTxMethod · 0.65

Implementers 15

DaoFacadecore/src/main/java/bisq/core/dao/DaoFa
DaoKillSwitchcore/src/main/java/bisq/core/dao/DaoKi
BurningManDataExportServicecore/src/main/java/bisq/core/dao/burni
BurningManAccountingServicecore/src/main/java/bisq/core/dao/burni
AccountingNodecore/src/main/java/bisq/core/dao/burni
DaoStateServicecore/src/main/java/bisq/core/dao/state
DaoStateSnapshotServicecore/src/main/java/bisq/core/dao/state
MissingDataRequestServicecore/src/main/java/bisq/core/dao/gover
VoteResultServicecore/src/main/java/bisq/core/dao/gover
MyBlindVoteListServicecore/src/main/java/bisq/core/dao/gover
BlindVoteListServicecore/src/main/java/bisq/core/dao/gover
BallotListServicecore/src/main/java/bisq/core/dao/gover

Calls

no outgoing calls

Tested by

no test coverage detected