Interface DestinationSearchService

All Known Implementing Classes:
DefaultDestinationSearchService

public interface DestinationSearchService
A service that provides functions to search for a ConsumedDestinationModel.
  • Method Details

    • findDestination

      @NotNull @NotNull ConsumedDestinationModel findDestination(@NotNull @NotNull String destinationId)
      This method searches the ConsumedDestinationModel for the given destination id.
      Parameters:
      destinationId - destination id against which the ConsumedDestinationModel is searched.
      Returns:
      the found ConsumedDestinationModel, or ConsumedDestinationNotFoundModel for the destination id if no destination model is found.