Uses of Interface
io.axoniq.framework.messaging.transformation.FromMatcher
Packages that use FromMatcher
Package
Description
Part of the Axoniq Messaging folder.
Part of the Axoniq Messaging folder.
-
Uses of FromMatcher in io.axoniq.framework.messaging.transformation
Classes in io.axoniq.framework.messaging.transformation that implement FromMatcherModifier and TypeClassDescriptionstatic final recordExact-source matcher: matches an event whoseMessageTypeequals a fixed identity.static final recordPredicate-source matcher: matches anyMessageTypethe predicate accepts. -
Uses of FromMatcher in io.axoniq.framework.messaging.transformation.events
Methods in io.axoniq.framework.messaging.transformation.events that return FromMatcherModifier and TypeMethodDescriptionEventTransformation.matcher()Thefrom-side matcher selecting the events this transformation applies to.