public interface PlatformJavaObjectFactory<T>
Use it when you need Java component for some Ignite feature in platform code. E.g. Java-based continuous query filter.
You should implement the factory, compile it and then place it into node's classpath. Then you can reference the factory form platform code using it's fully-qualified Java class name.
T create()
Follow @ApacheIgnite
Ignite Fabric : ver. 1.7.0 Release Date : August 1 2016