Skip to content

Commit

Permalink
Merge pull request #77 from bcgov/feature/iosas
Browse files Browse the repository at this point in the history
testing iosas integration
  • Loading branch information
Harry0589 authored Apr 9, 2024
2 parents 52f4d19 + 953f132 commit 8960068
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
import ca.bc.gov.educ.api.pen.replication.service.AuthorityCreateService;
import ca.bc.gov.educ.api.pen.replication.service.SagaService;
import ca.bc.gov.educ.api.pen.replication.struct.Event;
import ca.bc.gov.educ.api.pen.replication.struct.saga.AuthorityCreateSagaData;
import ca.bc.gov.educ.api.pen.replication.struct.saga.AuthorityUpdateSagaData;
import ca.bc.gov.educ.api.pen.replication.util.JsonUtil;
import com.fasterxml.jackson.core.JsonProcessingException;
Expand All @@ -40,7 +39,7 @@ public class AuthorityUpdateOrchestrator extends BaseOrchestrator<AuthorityUpdat
private static final AuthorityMapper authorityMapper = AuthorityMapper.mapper;


protected AuthorityUpdateOrchestrator(final SagaService sagaService, final MessagePublisher messagePublisher, final EntityManagerFactory entityManagerFactory, final RestUtils restUtils, AuthorityCreateService authorityCreateService) {
protected AuthorityUpdateOrchestrator(final SagaService sagaService, final MessagePublisher messagePublisher, final EntityManagerFactory entityManagerFactory, final RestUtils restUtils, AuthorityCreateService authorityCreateService, AuthorityMasterRepository authorityMasterRepository, AuthorityMapperHelper authorityMapperHelper) {
super(entityManagerFactory, sagaService, messagePublisher, AuthorityUpdateSagaData.class, SagaEnum.PEN_REPLICATION_AUTHORITY_UPDATE_SAGA, SagaTopicsEnum.PEN_REPLICATION_AUTHORITY_UPDATE_SAGA_TOPIC);
this.restUtils = restUtils;
this.authorityMasterRepository = authorityMasterRepository;
Expand Down

0 comments on commit 8960068

Please sign in to comment.