[
https://issues.apache.org/jira/browse/TINKERPOP-1808?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stephen mallette closed TINKERPOP-1808.
---------------------------------------
Resolution: Done
Assignee: stephen mallette
Fix Version/s: 3.3.1
3.2.7
This just meant adding a "getter" method. Seems we did that on other
{{LambdaHolder}} instances, so the precedence for doing this was already
there. Added the getter to other lambda steps that didn't have it as well:
https://github.com/apache/tinkerpop/commit/c0a03ca0ac57997895b6f867e5df109433cc35a5
Committed/pushed via CTR as this was a pretty small change.
> Add ability to get the consumer in LambdaSideEffectStep
> -------------------------------------------------------
>
> Key: TINKERPOP-1808
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1808
> Project: TinkerPop
> Issue Type: Improvement
> Components: process
> Affects Versions: 3.2.6
> Reporter: Bryn Cooke
> Assignee: stephen mallette
> Priority: Minor
> Fix For: 3.2.7, 3.3.1
>
>
> When lambda steps are used in a traversal it would be helpful to allow access
> to the contained lambda so that it can be wrapped without fundamentally
> changing the structure of the traversal.
> Obtaining the lambda means that a strategy may wrap the lambda to provide
> extra security context, or event collection.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)