Uses of Enum Class
org.axonframework.migration.MigrateSnapshotTriggerDefinitionToAnnotation.TriggerType
Packages that use MigrateSnapshotTriggerDefinitionToAnnotation.TriggerType
-
Uses of MigrateSnapshotTriggerDefinitionToAnnotation.TriggerType in org.axonframework.migration
Methods in org.axonframework.migration that return MigrateSnapshotTriggerDefinitionToAnnotation.TriggerTypeModifier and TypeMethodDescriptionMigrateSnapshotTriggerDefinitionToAnnotation.SnapshotBeanInfo.type()Returns the value of thetyperecord component.Returns the enum constant of this class with the specified name.MigrateSnapshotTriggerDefinitionToAnnotation.TriggerType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.axonframework.migration with parameters of type MigrateSnapshotTriggerDefinitionToAnnotation.TriggerTypeModifierConstructorDescriptionSnapshotBeanInfo(MigrateSnapshotTriggerDefinitionToAnnotation.TriggerType type, int eventCount, long timeMillis) Creates an instance of aSnapshotBeanInforecord class.