Class RoutingTarget.ParsedRoutingTarget
java.lang.Object
org.springframework.modulith.events.RoutingTarget.ParsedRoutingTarget
- Enclosing class:
- RoutingTarget
A parsed routing target that can have null target and key values. It can be turned into a constrained
RoutingTarget
by either explicitly expecting it to be valid (see toRoutingTarget()
or by providing
a fallback RoutingTarget
that would be used to fill in the blanks.- Since:
- 1.1
- Author:
- Oliver Drotbohm
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getKey()
int
hashCode()
(package private) RoutingTarget
toString()
(package private) RoutingTarget
withFallback
(RoutingTarget fallback)
-
Constructor Details
-
ParsedRoutingTarget
-
-
Method Details