Interface C4CConsumedDestinationService

All Known Implementing Classes:
DefaultC4CConsumedDestinationService

public interface C4CConsumedDestinationService
C4CConsumedDestinationService to check whether the destination exist or not.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Method to find if destination exists
  • Method Details

    • checkIfDestinationExists

      boolean checkIfDestinationExists(String destinationId)
      Method to find if destination exists
      Parameters:
      destinationId - The destination id which should be checked
      Returns:
      returns whether the destinations exists or not