Class MultiDatacenterRepositoryCommandExecutor
- java.lang.Object
-
- pl.allegro.tech.hermes.management.domain.dc.MultiDatacenterRepositoryCommandExecutor
-
public class MultiDatacenterRepositoryCommandExecutor extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MultiDatacenterRepositoryCommandExecutor(RepositoryManager repositoryManager, boolean rollbackEnabled, ModeService modeService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> voidexecute(RepositoryCommand<T> command)<T> voidexecuteByUser(RepositoryCommand<T> command, RequestUser requestUser)
-
-
-
Constructor Detail
-
MultiDatacenterRepositoryCommandExecutor
public MultiDatacenterRepositoryCommandExecutor(RepositoryManager repositoryManager, boolean rollbackEnabled, ModeService modeService)
-
-
Method Detail
-
executeByUser
public <T> void executeByUser(RepositoryCommand<T> command, RequestUser requestUser)
-
execute
public <T> void execute(RepositoryCommand<T> command)
-
-