Interface FlowBasedServicesConfigAddable
-
- All Known Implementing Classes:
AbstractFlowBasedServicesConfigBindHelper
,FlowBasedEgressServicesConfigBindHelper
,FlowBasedIngressServicesConfigBindHelper
public interface FlowBasedServicesConfigAddable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
bindService(java.util.List<com.google.common.util.concurrent.ListenableFuture<java.lang.Void>> futures, java.lang.String interfaceName, BoundServices boundServiceNew, java.util.List<BoundServices> allServices, BoundServicesState interfaceBoundServicesState)
-
-
-
Method Detail
-
bindService
void bindService(java.util.List<com.google.common.util.concurrent.ListenableFuture<java.lang.Void>> futures, java.lang.String interfaceName, BoundServices boundServiceNew, java.util.List<BoundServices> allServices, BoundServicesState interfaceBoundServicesState)
-
-