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
public final class AggregatePartClass<A extends AggregatePart> extends AggregateClass<A>
Provides type information on an aggregate part class.
Link copied to clipboard
public enum AllowImportAttribute implements Attribute<V>
A meta-attribute of an event applier method, telling whether the aggregate which declares the method allows importing events accepted by this method.
Link copied to clipboard
public final class Applier extends AbstractHandlerMethod<T, M, C, E, R> implements VoidMethod<T, C, E>
A wrapper for event applier method.