Interface GemfireFunctionCallback<T>


public interface GemfireFunctionCallback<T>
A callback for Gemfire Function Templates
  • Method Summary

    Modifier and Type
    Method
    Description
    doInGemfire(org.apache.geode.cache.execute.Execution execution)
     
  • Method Details

    • doInGemfire

      T doInGemfire(org.apache.geode.cache.execute.Execution execution)