| DataRouteContext |
Thread local container defining a key used by a composite data routing component to narrow to a
single underlying routable component.
|
| DataRouteReference |
Utility class used to filter routable concepts.
|
| DataRouteSupporting |
Universal marker interface that identifies a lookup key that a data routing composite component
can use to identify a specific underlying routable component.
|
| DataRouteSupportUtil.ConfirmingWork |
Perform a task and return a confirmation in the form of a boolean.
|
| DataRouteSupportUtil.ReturningWork |
Perform a task and return an arbitrary object instance as response.
|
| DataRouteSupportUtil.ThrowingVoidWork |
Perform a task and return nothing, but expose a checked exception.
|
| DataRouteSupportUtil.VoidWork |
Perform a task and return nothing.
|
| DomainClassSupplier |
Supplier of entity classes scanned and determined to be associated with a particular route.
|
| DomainClassSupplier.DomainMapping |
|
| LenientFallbackTrace |
If no DataRouteContext is set, and it is desirable for a default
DataRouteSupporting to be made available, instances of this interface can be made
available as bean and inspect the exception trace and respond positively if the default can be
used.
|
| PackageDataRouteSupplier |
Supplier of a registered package fragment determined to be associated with a particular route.
|
| PackageDataRouteSupplier.PackageMapping |
|
| RepositoryDataRouteSupplier |
Supplier of a repository class determined to be associated with one or more routes.
|
| RepositoryDataRouteSupplier.RepositoryMapping |
|