Uses of Interface
org.apache.activemq.artemis.utils.Waiter.Condition
-
Packages that use Waiter.Condition Package Description org.apache.activemq.artemis.utils -
-
Uses of Waiter.Condition in org.apache.activemq.artemis.utils
Methods in org.apache.activemq.artemis.utils with parameters of type Waiter.Condition Modifier and Type Method Description static booleanWaiter. waitFor(Waiter.Condition condition, TimeUnit unit, long timeout, TimeUnit parkUnit, long parkTime)This method will wait for the condition.result to be true or a timeout has ocurred.
-