[
https://issues.apache.org/jira/browse/GEODE-832?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dan Smith resolved GEODE-832.
-----------------------------
Resolution: Fixed
> Allow lambda expressions to be passed to dunit VM.invoke calls
> --------------------------------------------------------------
>
> Key: GEODE-832
> URL: https://issues.apache.org/jira/browse/GEODE-832
> Project: Geode
> Issue Type: Improvement
> Components: tests
> Reporter: Dan Smith
> Assignee: Dan Smith
>
> The dunit framework has a VM class with invoke and invokeAsync methods that
> take Runnable and Callable objects.
> It would be nice to use lambda expressions with VM.invoke, but the generated
> lambda is not serializable. We should create a new interface,
> SerializableRunnable/Callable, so that a lambda will be created implementing
> Serializable.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)