All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gedi.solutions.geode.commas.RegionKeyInterpreter Maven / Gradle / Ivy

Go to download

GemFire Enterprise Data Integration - common development extensions powered by Apache Geode

The newest version!
package gedi.solutions.geode.commas;

import java.util.Set;

/**
 * Provide the keys to use for a onRegion call
 * @author Gregory Green
 *
 */
public interface RegionKeyInterpreter
{
	public Set toFilter(Object argument);
	
}