Uses of Interface
com.github.devmix.process.acto.ActiveObjectFactory
Packages that use ActiveObjectFactory
-
Uses of ActiveObjectFactory in com.github.devmix.process.acto
Methods in com.github.devmix.process.acto with parameters of type ActiveObjectFactoryModifier and TypeMethodDescription<T,I, O> ActiveObject <T> ActiveObjectsDispatcher.create(ActiveObjectFactory<T, I, O> factory, I id, O options) Creates an instance of an active object using the provided factory, id, and options.<T,I, O> void ActiveObjectsDispatcher.registerFactory(Class<T> objectClass, ActiveObjectFactory<T, I, O> factory) Registers a factory with this dispatcher, which will be used to create instances of the specified class type.