Interface EventCriterion
- All Superinterfaces:
EventCriteria
Describes a singular, non-nested criteria for filtering events. Can be acquired by using the
EventCriteria.flatten() method.- Since:
- 5.0.0
- Author:
- Mitchell Herrijgers
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiontags()types()ASetofQualifiedNamescontaining all the types of events applicable for sourcing, streaming, or appending events.Methods inherited from interface org.axonframework.messaging.eventstreaming.EventCriteria
flatten, hasCriteria, matches, or, or
-
Method Details
-
types
Set<QualifiedName> types()ASetofQualifiedNamescontaining all the types of events applicable for sourcing, streaming, or appending events.- Returns:
- The
SetofQualifiedNamescontaining all the types of events applicable for sourcing, streaming, or appending events.
-
tags
-