c084aa80152266191c652abcff83770c3595b889
[sdc.git] /
1 package org.openecomp.sdc.notification.services;
2
3 import org.openecomp.sdc.destinationprovider.DestinationProvider;
4 import org.openecomp.sdc.notification.dtos.Event;
5
6 public interface PropagationService {
7
8     void notify(Event event, DestinationProvider destinationProvider);
9 }