init
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package com.eactive.eai.common.inflow;
|
||||
|
||||
public interface Bucket {
|
||||
public boolean isAdapterPass(String adapter);
|
||||
public boolean isInterfacePass(String inter);
|
||||
public InflowTargetVO getAdapterInflowThreashold(String adapter);
|
||||
public InflowTargetVO getInterfaceInflowThreashold(String inter);
|
||||
public InflowTargetVO getInflowThreashold(String inter);
|
||||
}
|
||||
Reference in New Issue
Block a user