Interface DestinationTargetDeletionStrategy
- All Known Implementing Classes:
DefaultDestinationTargetDeletionStrategy
public interface DestinationTargetDeletionStrategy
Strategy for deleting destination target
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteDestinationTarget(DestinationTargetModel destinationTarget) Delete destination target and all related objects (such as destinations, event configurations) are not consumed by other destinations targets, destinations or other possible entities
-
Method Details
-
deleteDestinationTarget
Delete destination target and all related objects (such as destinations, event configurations) are not consumed by other destinations targets, destinations or other possible entities- Parameters:
destinationTarget- the destinations target
-