Serialized Form
-
Package org.fuin.cqrs4j
-
Class org.fuin.cqrs4j.AbstractAggregateCommand
class AbstractAggregateCommand extends AbstractCommand implements Serializable- serialVersionUID:
- 1000L
-
Serialized Fields
-
aggregateVersion
org.fuin.ddd4j.ddd.AggregateVersion aggregateVersion
-
entityIdPath
@NotNull org.fuin.ddd4j.ddd.EntityIdPath entityIdPath
-
-
Class org.fuin.cqrs4j.AbstractCommand
class AbstractCommand extends org.fuin.ddd4j.ddd.AbstractEvent implements Serializable- serialVersionUID:
- 1000L
-
Class org.fuin.cqrs4j.AbstractResult
class AbstractResult extends Object implements Serializable- serialVersionUID:
- 1000L
-
Serialized Fields
-
code
String code
-
message
String message
-
type
@NotNull ResultType type
-
-
Exception org.fuin.cqrs4j.CommandExecutionFailedException
class CommandExecutionFailedException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Class org.fuin.cqrs4j.DataResult
- serialVersionUID:
- 1000L
-
Class org.fuin.cqrs4j.SimpleResult
- serialVersionUID:
- 1000L
-