@@ -25,7 +25,6 @@ |
||
| 25 | 25 | namespace Governor\Framework\CommandHandling\Distributed; |
| 26 | 26 | |
| 27 | 27 | use Governor\Framework\CommandHandling\Callbacks\ClosureCommandCallback; |
| 28 | -use Governor\Framework\CommandHandling\Callbacks\ResultCallback; |
|
| 29 | 28 | use Governor\Framework\Common\ReceiverInterface; |
| 30 | 29 | use Governor\Framework\CommandHandling\CommandBusInterface; |
| 31 | 30 | use Governor\Framework\Serializer\SerializerInterface; |
@@ -23,7 +23,6 @@ |
||
| 23 | 23 | |
| 24 | 24 | namespace Governor\Framework\CommandHandling\Distributed; |
| 25 | 25 | |
| 26 | -use Governor\Framework\CommandHandling\Callbacks\NoOpCallback; |
|
| 27 | 26 | use Governor\Framework\CommandHandling\CommandBusInterface; |
| 28 | 27 | use Governor\Framework\CommandHandling\CommandCallbackInterface; |
| 29 | 28 | use Governor\Framework\CommandHandling\CommandHandlerInterface; |
@@ -24,15 +24,15 @@ |
||
| 24 | 24 | |
| 25 | 25 | namespace Governor\Framework\CommandHandling\Handlers; |
| 26 | 26 | |
| 27 | -use Governor\Framework\Common\Annotation\AnnotationReaderFactoryInterface; |
|
| 28 | -use Governor\Framework\Annotations\CommandHandler; |
|
| 29 | -use Governor\Framework\Common\ParameterResolverFactoryInterface; |
|
| 30 | -use Governor\Framework\Common\Annotation\MethodMessageHandlerInspector; |
|
| 31 | -use Governor\Framework\CommandHandling\CommandBusInterface; |
|
| 32 | -use Governor\Framework\CommandHandling\CommandMessageInterface; |
|
| 33 | -use Governor\Framework\CommandHandling\CommandTargetResolverInterface; |
|
| 34 | -use Governor\Framework\CommandHandling\AnnotationCommandTargetResolver; |
|
| 35 | -use Governor\Framework\UnitOfWork\UnitOfWorkInterface; |
|
| 27 | +use Governor\Framework\Common\Annotation\AnnotationReaderFactoryInterface; |
|
| 28 | +use Governor\Framework\Annotations\CommandHandler; |
|
| 29 | +use Governor\Framework\Common\ParameterResolverFactoryInterface; |
|
| 30 | +use Governor\Framework\Common\Annotation\MethodMessageHandlerInspector; |
|
| 31 | +use Governor\Framework\CommandHandling\CommandBusInterface; |
|
| 32 | +use Governor\Framework\CommandHandling\CommandMessageInterface; |
|
| 33 | +use Governor\Framework\CommandHandling\CommandTargetResolverInterface; |
|
| 34 | +use Governor\Framework\CommandHandling\AnnotationCommandTargetResolver; |
|
| 35 | +use Governor\Framework\UnitOfWork\UnitOfWorkInterface; |
|
| 36 | 36 | use Governor\Framework\Repository\RepositoryInterface; |
| 37 | 37 | |
| 38 | 38 | /** |
@@ -24,7 +24,7 @@ |
||
| 24 | 24 | |
| 25 | 25 | namespace Governor\Framework\Common; |
| 26 | 26 | |
| 27 | -use Governor\Framework\Domain\MessageInterface; |
|
| 27 | +use Governor\Framework\Domain\MessageInterface; |
|
| 28 | 28 | use Governor\Framework\Annotations\MetaData; |
| 29 | 29 | /** |
| 30 | 30 | * Description of AnnotatedMetaDataParameterResolver |
@@ -24,7 +24,7 @@ |
||
| 24 | 24 | |
| 25 | 25 | namespace Governor\Framework\Common\Annotation; |
| 26 | 26 | |
| 27 | -use Doctrine\Common\Annotations\Reader; |
|
| 27 | +use Doctrine\Common\Annotations\Reader; |
|
| 28 | 28 | use Governor\Framework\Common\ReflectionUtils; |
| 29 | 29 | |
| 30 | 30 | /** |
@@ -24,7 +24,6 @@ |
||
| 24 | 24 | |
| 25 | 25 | namespace Governor\Framework\EventSourcing; |
| 26 | 26 | |
| 27 | -use Governor\Framework\Common\ReflectionUtils; |
|
| 28 | 27 | use Governor\Framework\Domain\DomainEventMessageInterface; |
| 29 | 28 | use Governor\Framework\EventSourcing\EventSourcedAggregateRootInterface; |
| 30 | 29 | |
@@ -9,7 +9,6 @@ |
||
| 9 | 9 | namespace Governor\Framework\EventStore\Filesystem; |
| 10 | 10 | |
| 11 | 11 | use Governor\Framework\Serializer\SimpleSerializedDomainEventData; |
| 12 | -use Governor\Framework\Serializer\SerializerInterface; |
|
| 13 | 12 | |
| 14 | 13 | /** |
| 15 | 14 | * Description of FilesystemEventMessageReader |
@@ -26,7 +26,6 @@ |
||
| 26 | 26 | |
| 27 | 27 | use Psr\Log\LoggerInterface; |
| 28 | 28 | use Psr\Log\LoggerAwareInterface; |
| 29 | -use Doctrine\ORM\Query; |
|
| 30 | 29 | use Doctrine\ORM\EntityManager; |
| 31 | 30 | use Doctrine\ORM\NoResultException; |
| 32 | 31 | use Governor\Framework\Saga\Repository\AbstractSagaRepository; |
@@ -9,7 +9,6 @@ |
||
| 9 | 9 | namespace Governor\Framework\Serializer; |
| 10 | 10 | |
| 11 | 11 | use Governor\Framework\Domain\MessageInterface; |
| 12 | -use Governor\Framework\Domain\MetaData; |
|
| 13 | 12 | |
| 14 | 13 | /** |
| 15 | 14 | * Description of MessageSerializer |