[
https://issues.apache.org/jira/browse/DIRMINA-380?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Trustin Lee closed DIRMINA-380.
-------------------------------
Resolution: Fixed
Assignee: Trustin Lee
Done.
> Invocation chaining for IoFuture
> --------------------------------
>
> Key: DIRMINA-380
> URL: https://issues.apache.org/jira/browse/DIRMINA-380
> Project: MINA
> Issue Type: New Feature
> Components: Core
> Reporter: Trustin Lee
> Assignee: Trustin Lee
> Fix For: 2.0.0-M1
>
>
> Providing invocation chaining for IoFuture will be very useful. For example:
> BEFORE:
> WriteFuture future = session.write(...);
> future.await();
> if (future.isWritten()) {
> }
> AFTER:
> if (session.write(...).await().isWritten()) {
> }
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.