Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.axonframework.commandhandling Classes and Interfaces - 88 results found.
NameDescriptionTypePackageFramework
AbstractCommandGatewayAbstract implementation of a CommandGateway, which handles the dispatch interceptors and retrying on failure.Classorg.axonframework.commandhandling.gatewayAxon
AbstractRoutingStrategyAbstract implementation of the RoutingStrategy interface that uses a policy to prescribe what happens when a routing cannot be resolved.Classorg.axonframework.commandhandling.distributedAxon
AggregateAnnotationCommandHandlerCommand handler that handles commands based on CommandHandler annotations on an aggregate.Classorg.axonframework.commandhandling.annotationAxon
AggregateAnnotationCommandHandlerFactoryBeanSpring FactoryBean that creates an AggregateAnnotationCommandHandler instance.Classorg.axonframework.commandhandling.annotationAxon
AggregateBlacklistedExceptionException indicating that an aggregate has been blacklisted by the DisruptorCommandBus.Classorg.axonframework.commandhandling.disruptorAxon
AggregateCommandHandlerInspectorHandler inspector that finds annotated constructors and methods on a given aggregate type and provides handlers forSince:1.Classorg.axonframework.commandhandling.annotationAxon
AggregateStateCorruptedExceptionException indicating that the changes in an aggregate (generated events) are ignored by the DisruptorCommandBus, because it cannot guarantee that these changes have been applied to an aggregate instance with the correct state.Classorg.axonframework.commandhandling.disruptorAxon
AnnotationCommandHandlerAdapterAdapter that turns any @CommandHandler annotated bean into a CommandHandler implementation.Classorg.axonframework.commandhandling.annotationAxon
AnnotationCommandHandlerBeanPostProcessorSpring Bean post processor that automatically generates an adapter for each bean containing CommandHandler annotated methods.Classorg.axonframework.commandhandling.annotationAxon
AnnotationCommandTargetResolverCommandTargetResolver that uses annotations on the command to identify the methods that provide the Aggregate Identifier of the targeted Aggregate and optionally the expected version of the aggregate.Classorg.axonframework.commandhandling.annotationAxon
AnnotationRoutingStrategyRoutingStrategy that expects an TargetAggregateIdentifier annotation on the command message's payload.Classorg.axonframework.commandhandling.distributedAxon
AsynchronousCommandBusSpecialization of the SimpleCommandBus that processed Commands asynchronously from the calling thread.Classorg.axonframework.commandhandlingAxon
BeanValidationInterceptorInterceptor that applies JSR303 bean validation on incoming commands.Classorg.axonframework.commandhandling.interceptorsAxon
BlacklistDetectingCallbackWrapper for command handler Callbacks that detects blacklisted aggregates and starts a cleanup process when an aggregate is blacklisted.Classorg.axonframework.commandhandling.disruptorAxon
CommandBusThe mechanism that dispatches Command objects to their appropriate CommandHandler.Interfaceorg.axonframework.commandhandlingAxon
CommandBusConnectorInterface describing the component that remotely connects multiple CommandBus instances.Interfaceorg.axonframework.commandhandling.distributedAxon
CommandCallbackInterface describing a callback that is invoked when command handler execution has finished.Interfaceorg.axonframework.commandhandlingAxon
CommandDispatchExceptionException indicating that an error has occurred while trying to dispatch a command to another (potentially remote) segment of the CommandBus.Classorg.axonframework.commandhandling.distributedAxon
CommandDispatchInterceptorInterceptor that allows commands to be intercepted and modified before they are dispatched by the Command Bus.Interfaceorg.axonframework.commandhandlingAxon
CommandExecutionExceptionIndicates that an exception has occurred while handling a command.Classorg.axonframework.commandhandlingAxon
CommandGatewayInterface towards the Command Handling components of an application.Interfaceorg.axonframework.commandhandling.gatewayAxon
CommandGatewayFactoryBeanFactoryBean that creates a gateway instance for any given (compatible) interface.Classorg.axonframework.commandhandling.gatewayAxon
CommandHandlerMarker annotation to mark any method on an object as being a CommandHandler.Classorg.axonframework.commandhandling.annotationAxon
CommandHandlerMarks an instance that is capable of handling commands.Interfaceorg.axonframework.commandhandlingAxon
CommandHandlerInterceptorWorkflow interface that allows for customized command handler invocation chains.Interfaceorg.axonframework.commandhandlingAxon
CommandHandlerInvokerComponent of the DisruptorCommandBus that invokes the command handler.Classorg.axonframework.commandhandling.disruptorAxon
CommandHandlingEntryDataHolder for the DisruptorCommandBus.Classorg.axonframework.commandhandling.disruptorAxon
CommandHandlingEntry .FactoryFactory class for CommandHandlingEntry instances.Classorg.axonframework.commandhandling.disruptor.CommandHandlingEntryAxon
CommandHandlingMemberMarker annotation for field that contain an Entity capable of handling Commands on behalf of the aggregate.Classorg.axonframework.commandhandling.annotationAxon
CommandHandlingMemberCollectionMarker annotation for field that contain an Entity capable of handling Commands on behalf of the aggregate.Classorg.axonframework.commandhandling.annotationAxon
CommandHandlingMemberMapMarker annotation for fields that contain a Map of Entities capable of handling Commands on behalf of the aggregate.Classorg.axonframework.commandhandling.annotationAxon
CommandMessageRepresents a Message carrying a command as its payload.Interfaceorg.axonframework.commandhandlingAxon
CommandMessageHandlerUtilsUtility class that resolves the name of a Command accepted by a given handler.Classorg.axonframework.commandhandling.annotationAxon
CommandResponseProcessingFailedExceptionException indicating that a failure occurred during processing of a command response.Classorg.axonframework.commandhandling.distributed.jgroupsAxon
CommandTargetResolverInterface towards a mechanism that is capable of extracting an Aggregate Identifier and Version form a command that identifies the aggregate instance the command should be invoked on.Interfaceorg.axonframework.commandhandlingAxon
ConnectionFailedExceptionException indicating that a CommandBusConnector failed to connect to other instances.Classorg.axonframework.commandhandling.distributed.jgroupsAxon
ConsistentHashBasic implementation of a Consistent Hashing algorithm, using the MD5 algorithm to build the hash values for given keys and node names.Classorg.axonframework.commandhandling.distributedAxon
ConsistentHash .MemberRepresents a member in a consistently hashed cluster.Classorg.axonframework.commandhandling.distributed.ConsistentHashAxon
ConstructorCommandMessageHandlerCommand Handler that creates a new aggregate instance by invoking that aggregate's constructor.Classorg.axonframework.commandhandling.annotationAxon
CurrentUnitOfWorkParameterResolverFactoryParameterResolverFactory that add support for the UnitOfWork parameter type in annotated handlers.Classorg.axonframework.commandhandling.annotationAxon
DefaultCommandGatewayDefault implementation of the CommandGateway interface.Classorg.axonframework.commandhandling.gatewayAxon
DefaultInterceptorChainMechanism that takes care of interceptor and event handler execution.Classorg.axonframework.commandhandlingAxon
DispatchMessageJGroups message that contains a CommandMessage that needs to be dispatched on a remote command bus segment.Classorg.axonframework.commandhandling.distributed.jgroupsAxon
DisruptorCommandBusAsynchronous CommandBus implementation with very high performance characteristics.Classorg.axonframework.commandhandling.disruptorAxon
DisruptorConfigurationConfiguration object for the DisruptorCommandBus.Classorg.axonframework.commandhandling.disruptorAxon
DisruptorUnitOfWorkSpecialized UnitOfWork instance for the DisruptorCommandBus.Classorg.axonframework.commandhandling.disruptorAxon
DistributedCommandBus spread load.Classorg.axonframework.commandhandling.distributedAxon
EventPublisherComponent of the DisruptorCommandBus that stores and publishes events generated by the command's execution.Classorg.axonframework.commandhandling.disruptorAxon
FutureCallbackCommand Handler Callback that allows the dispatching thread to wait for the result of the callback, using the Future mechanism.Classorg.axonframework.commandhandling.callbacksAxon
GatewayProxyFactoryFactory that creates Gateway implementations from custom interface definitions.Classorg.axonframework.commandhandling.gatewayAxon
GatewayProxyFactory .InvocationHandlerInterfaceorg.axonframework.commandhandling.gateway.GatewayProxyFactoryAxon
GenericCommandMessageClassorg.axonframework.commandhandlingAxon
HashChangeListenerReceive updates from the JGroupsConnector when the consistent hash changes.Interfaceorg.axonframework.commandhandling.distributed.jgroupsAxon
InterceptorChainThe interceptor chain manages the flow of a command through a chain of interceptors and ultimately to the command handler.Interfaceorg.axonframework.commandhandlingAxon
IntervalRetrySchedulerRetryScheduler implementation that retries commands at regular intervals when they fail because of an exception that is not explicitly non-transient.Classorg.axonframework.commandhandling.gatewayAxon
JGroupsConnectorA CommandBusConnector that uses JGroups to discover and connect to other JGroupsConnectors in the network.Classorg.axonframework.commandhandling.distributed.jgroupsAxon
JGroupsConnectorFactoryBeanSpring Factory bean that creates a JGroupsConnector and starts it when the application context is started.Classorg.axonframework.commandhandling.distributed.jgroupsAxon
JoinMessageThis message represents a notification of a Member joining the DistributedCommandBus with a given loadFactor.Classorg.axonframework.commandhandling.distributed.jgroupsAxon
JSR303ViolationExceptionSpecialized version of the StructuralCommandValidationFailedException that provides a set of JSR303 constraint violations that provide details about the exact failure of the command.Classorg.axonframework.commandhandling.interceptorsAxon
LoggingCallbackCommandCallback implementation that simply logs the results of a command.Classorg.axonframework.commandhandling.callbacksAxon
LoggingInterceptorCommand Handler Interceptor that logs incoming commands and their result to a SLF4J logger.Classorg.axonframework.commandhandling.interceptorsAxon
MemberAwareCommandCallbackCallback implementation which wraps another callback, and is aware of the JGroups node responsible for providing the value to invoke the wrapped callback with.Classorg.axonframework.commandhandling.distributed.jgroups.support.callbacksAxon
MembershipUpdateFailedExceptionException indicating that a node has failed to update its membership details with the other nodes.Classorg.axonframework.commandhandling.distributed.jgroupsAxon
MetaDataCommandTargetResolverCommandTargetResolver implementation that uses MetaData entries to extract the identifier and optionally the version of the aggregate that the command targets.Classorg.axonframework.commandhandlingAxon
MetaDataRoutingStrategyRoutingStrategy implementation that uses the value in the MetaData of a CommandMessage assigned to a given key.Classorg.axonframework.commandhandling.distributedAxon
NoHandlerForCommandExceptionException indicating that no suitable handler could be found for the given command.Classorg.axonframework.commandhandlingAxon
NoOpCallbackCallback that does absolutely nothing when invoked.Classorg.axonframework.commandhandling.callbacksAxon
RemoteCommandHandlingExceptionException indicating that an error has occurred while remotely handling a command.Classorg.axonframework.commandhandling.distributedAxon
ReplyingCallbackCallback implementation that forwards the callback invocation as a reply to an incoming message.Classorg.axonframework.commandhandling.distributed.jgroups.support.callbacksAxon
ReplyMessageJGroups Message representing a reply to a dispatched command.Classorg.axonframework.commandhandling.distributed.jgroupsAxon
RetryingCallbackCallback implementation that will invoke a retry scheduler if a command results in a runtime exception.Classorg.axonframework.commandhandling.gatewayAxon
RetrySchedulerInterface towards a mechanism that decides whether to schedule a command for execution when a previous attempts resulted in an exception.Interfaceorg.axonframework.commandhandling.gatewayAxon
RollbackConfigurationThe RollbackConfiguration defines when a UnitOfWork should be rolled back when the command handler or any reported a failure.Interfaceorg.axonframework.commandhandlingAxon
RollbackOnAllExceptionsConfigurationThe default implementation of the RollbackConfiguration interface.Classorg.axonframework.commandhandlingAxon
RollbackOnUncheckedExceptionConfigurationRollbackConfiguration that indicates a rollback should be triggered for all but checked exceptions.Classorg.axonframework.commandhandlingAxon
RoutingStrategyInterface describing a mechanism that generates a routing key for a given command.Interfaceorg.axonframework.commandhandling.distributedAxon
SerializationOptimizingInterceptorInterceptor that register a unit of work listener that wraps each EventMessage in a SerializationAware message.Classorg.axonframework.commandhandling.interceptorsAxon
SerializerHandlerDisruptor Event Handler that serializes EventMessage implementations that are also SerializationAware.Classorg.axonframework.commandhandling.disruptorAxon
SimpleCommandBus command.Classorg.axonframework.commandhandlingAxon
SimpleCommandBusStatisticsStatistics object to store information about the internals of the SimpleCommandBus.Classorg.axonframework.commandhandlingAxon
SimpleCommandBusStatisticsMXBeanManagement interface for the SimpleCommandBus monitor As required by the JMX specification.Interfaceorg.axonframework.commandhandlingAxon
StructuralCommandValidationFailedExceptionException indicating that a Command has been refused due to a structural validation failure.Classorg.axonframework.commandhandlingAxon
TargetAggregateIdentifierField or method level annotation that marks a field or method providing the identifier of the aggregate that a If placed on a method, that method must contain no parameters.Classorg.axonframework.commandhandling.annotationAxon
TargetAggregateVersionField or method level annotation that marks a field or method providing the expected version of the aggregate that a If placed on a method, that method must contain no parameters.Classorg.axonframework.commandhandling.annotationAxon
TimeoutClass or method level annotation that indicates the calling thread should not wait longer than the provided timeout for the results of a command.Classorg.axonframework.commandhandling.gatewayAxon
UnresolvedRoutingKeyPolicyenum UnresolvedRoutingKeyPolicyextends EnumSince:2.Classorg.axonframework.commandhandling.distributedAxon
VersionedAggregateIdentifierStructure that holds an Aggregate Identifier and an expected version of an aggregate.Classorg.axonframework.commandhandlingAxon
VoidCallbackAbstract callback that can be extended when no result is expected from the command handler execution.Classorg.axonframework.commandhandling.callbacksAxon