Class CustomCommandTargetResolver
java.lang.Object
ai.stapi.axonsystem.dynamic.command.CustomCommandTargetResolver
- All Implemented Interfaces:
org.axonframework.modelling.command.CommandTargetResolver
public class CustomCommandTargetResolver
extends Object
implements org.axonframework.modelling.command.CommandTargetResolver
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.axonframework.modelling.command.VersionedAggregateIdentifierresolveTarget(@NotNull org.axonframework.commandhandling.CommandMessage<?> command)
-
Constructor Details
-
CustomCommandTargetResolver
public CustomCommandTargetResolver()
-
-
Method Details
-
resolveTarget
public org.axonframework.modelling.command.VersionedAggregateIdentifier resolveTarget(@NotNull @NotNull org.axonframework.commandhandling.CommandMessage<?> command) - Specified by:
resolveTargetin interfaceorg.axonframework.modelling.command.CommandTargetResolver
-