Package-level declarations
This package provides model classes for the io.spine.server.aggregate
package.
Types
Link copied to clipboard
public class AggregateClass<A extends Aggregate> extends CommandHandlingEntityClass<E> implements ReactingClass
Provides message handling information on an aggregate class.
Link copied to clipboard
Provides type information on an aggregate part class.
Link copied to clipboard
A meta-attribute of an event applier method, telling whether the aggregate which declares the method allows importing events accepted by this method.