Package org.apache.activemq.store
Interface ListenableFuture<T>
- All Superinterfaces:
Future<T>
- All Known Implementing Classes:
InlineListenableFuture
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddListener(Runnable listener) register a listener to be run on completion or immediately if complete any exceptions will be caught and logged
-
Method Details
-
addListener
register a listener to be run on completion or immediately if complete any exceptions will be caught and logged- Parameters:
listener-
-