D
- the destination type@FunctionalInterface public interface DestinationResolver<D>
<D>
.Modifier and Type | Method and Description |
---|---|
D |
resolveDestination(String name)
Resolve the given destination name.
|
D resolveDestination(String name) throws DestinationResolutionException
name
- the destination name to resolvenull
)DestinationResolutionException
- if the specified destination
wasn't found or wasn't resolvable for any other reason