Interface C4CConsumedDestinationService
- All Known Implementing Classes:
DefaultC4CConsumedDestinationService
public interface C4CConsumedDestinationService
C4CConsumedDestinationService to check whether the destination exist or not.
-
Method Summary
Modifier and TypeMethodDescriptionbooleancheckIfDestinationExists(String destinationId) Method to find if destination exists
-
Method Details
-
checkIfDestinationExists
Method to find if destination exists- Parameters:
destinationId- The destination id which should be checked- Returns:
- returns whether the destinations exists or not
-