Interface PlatformJavaObjectFactoryEx<T>
-
- All Superinterfaces:
PlatformJavaObjectFactory<T>
- All Known Implementing Classes:
PlatformDefaultJavaObjectFactory
public interface PlatformJavaObjectFactoryEx<T> extends PlatformJavaObjectFactory<T>
Extended Java object factory interface to handle special cases.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinitialize(@Nullable Object payload, @Nullable Map<String,Object> props)Initialize factory.-
Methods inherited from interface org.apache.ignite.platform.PlatformJavaObjectFactory
create
-
-