Interface FlowBasedServicesConfigRemovable
-
- All Known Implementing Classes:
AbstractFlowBasedServicesConfigUnbindHelper
,FlowBasedEgressServicesConfigUnbindHelper
,FlowBasedIngressServicesConfigUnbindHelper
public interface FlowBasedServicesConfigRemovable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
unbindService(java.util.List<com.google.common.util.concurrent.ListenableFuture<?>> futures, java.lang.String interfaceName, BoundServices boundServiceNew, java.util.List<BoundServices> boundServicesList, BoundServicesState boundServicesState)
-
-
-
Method Detail
-
unbindService
void unbindService(java.util.List<com.google.common.util.concurrent.ListenableFuture<?>> futures, java.lang.String interfaceName, BoundServices boundServiceNew, java.util.List<BoundServices> boundServicesList, BoundServicesState boundServicesState)
-
-