Class AsyncBroker<K,V>
Object
com.liferay.portal.kernel.concurrent.AsyncBroker<K,V>
- Author:
- Shuyang Zhou
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
takeWithException
(K key, Throwable throwable) boolean
takeWithResult
(K key, V result)
-
Constructor Details
-
AsyncBroker
public AsyncBroker()
-
-
Method Details
-
getOpenBids
-
post
-
post
-
take
-
takeWithException
-
takeWithResult
-