Class RoutingTarget.ParsedRoutingTarget

java.lang.Object
org.springframework.modulith.events.RoutingTarget.ParsedRoutingTarget
Enclosing class:
RoutingTarget

static class RoutingTarget.ParsedRoutingTarget extends Object
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 Details

    • ParsedRoutingTarget

      ParsedRoutingTarget(@Nullable String target, @Nullable String key)
  • Method Details