Package me.ehp246.aufjms.core.dispatch
Interface RequestDispatchMap
- All Superinterfaces:
ReplyFutureSupplier
- Author:
- Lei Yang
-
Method Summary
Modifier and TypeMethodDescriptionAdd a new future to the map for the id.Removes the mapping.Methods inherited from interface me.ehp246.aufjms.core.dispatch.ReplyFutureSupplier
get
-
Method Details
-
add
Add a new future to the map for the id.- Throws:
IllegalArgumentException- if the id exists in the map already.
-
remove
Removes the mapping.- Returns:
- previously-mapped value.
nullif no existing value.
-