Skip to content

Commit

Permalink
Small rename in AkkaDeployer
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Chapuis authored and jchapuis committed Nov 27, 2023
1 parent 9041ddc commit 256130d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ trait AkkaDeployer extends Deployer {
]]](
repository: RepositoryInterpreter[F, ID, Alg, RepositoryAlg],
behavior: BehaviorInterpreter[F, S, E, Alg],
effector: SideEffectInterpreter[F, S, Alg, RepositoryAlg]
sideEffect: SideEffectInterpreter[F, S, Alg, RepositoryAlg]
)(implicit
nameProvider: EntityNameProvider[ID],
commandProtocol: CommandProtocol[ID, Alg],
Expand All @@ -40,7 +40,7 @@ trait AkkaDeployer extends Deployer {
interpretedEntityAlg <- Resource.eval(behavior(EntityT.instance))
deployment <- new EventSourcedShardedRepositoryDeployer(
interpretedEntityAlg,
effector,
sideEffect,
parameters.customizeBehavior
).deployShardedRepository(repository, parameters.customizeEntity)
} yield {
Expand Down

0 comments on commit 256130d

Please sign in to comment.