[jboss-jira] [JBoss JIRA] (JGRP-1687) CastMessageWithFuture in MessageDispatcher
shen kim (JIRA)
jira-events at lists.jboss.org
Wed Sep 4 05:29:03 EDT 2013
shen kim created JGRP-1687:
------------------------------
Summary: CastMessageWithFuture in MessageDispatcher
Key: JGRP-1687
URL: https://issues.jboss.org/browse/JGRP-1687
Project: JGroups
Issue Type: Feature Request
Reporter: shen kim
Assignee: Bela Ban
When I used CastMessageWithFuture in MessageDispatcher. I found the following Method declared :
public <T> NotifyingFuture<RspList<T>> castMessageWithFuture(java.util.Collection<Address> dests, Message RequestOptions options, FutureListener<T> listener) throws java.lang.Exception
Is it the FutureListener<T> may be declared to FutureListener<RspList<T>> ?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list