Interface DestinationSearchService
- All Known Implementing Classes:
DefaultDestinationSearchService
public interface DestinationSearchService
A service that provides functions to search for a
ConsumedDestinationModel.-
Method Summary
Modifier and TypeMethodDescription@NotNull ConsumedDestinationModelfindDestination(@NotNull String destinationId) This method searches theConsumedDestinationModelfor the given destination id.
-
Method Details
-
findDestination
This method searches theConsumedDestinationModelfor the given destination id.- Parameters:
destinationId- destination id against which the ConsumedDestinationModel is searched.- Returns:
- the found ConsumedDestinationModel, or
ConsumedDestinationNotFoundModelfor the destination id if no destination model is found.
-