Interface ProcessChannel<T extends Serializable>


public interface ProcessChannel<T extends Serializable>
  • Method Summary

    Modifier and Type
    Method
    Description
    com.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)