public FineractPaymentCommandHandler()

in service/src/main/java/org/apache/fineract/cn/stellarbridge/service/internal/command/handler/FineractPaymentCommandHandler.java [28:39]


  public FineractPaymentCommandHandler(
      final BridgeConfigurationRepository bridgeConfigurationRepository,
      final StellarAddressResolver stellarAddressResolver,
      final HorizonServerUtilities horizonServerUtilities,
      AccountingAdapter accountingAdapter,
      final EventHelper eventHelper) {
    this.bridgeConfigurationRepository = bridgeConfigurationRepository;
    this.stellarAddressResolver = stellarAddressResolver;
    this.horizonServerUtilities = horizonServerUtilities;
    this.accountingAdapter = accountingAdapter;
    this.eventHelper = eventHelper;
  }