Package com.liferay.petra.process
Interface ProcessChannel<T extends Serializable>
public interface ProcessChannel<T extends Serializable>
-
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.petra.concurrent.NoticeableFuture<T>
<V extends Serializable>
com.liferay.petra.concurrent.NoticeableFuture<V>write
(ProcessCallable<V> processCallable)
-
Method Details
-
getProcessNoticeableFuture
com.liferay.petra.concurrent.NoticeableFuture<T> getProcessNoticeableFuture() -
write
<V extends Serializable> com.liferay.petra.concurrent.NoticeableFuture<V> write(ProcessCallable<V> processCallable)
-