Interface BeanWithControlledInvocation
-
public interface BeanWithControlledInvocation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
controlledMethod(CountDownLatch startMarker, CountDownLatch endCommand)
-
-
-
Method Detail
-
controlledMethod
void controlledMethod(CountDownLatch startMarker, CountDownLatch endCommand)
-
-