spring-data-geode
spring-data-geode copied to clipboard
Add support to execute Function annotated POJO method implementations without needing a Spring container [DATAGEODE-118]
trafficstars
John Blum opened DATAGEODE-118 and commented
Adds a new Apache Geode o.a.g.cache.execute.Function implementation that inspects the application CLASSPATH, detects SDG defined POJO Function implementations annotated with @GemfireFunction, creates an appropriate Proxy, and the register them with Apache Geode
1 votes, 2 watchers