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.
Modifier and Type | Method and Description |
---|---|
T |
create()
Constructs and returns a fully configured instance of T.
|
T create()
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024