Package ch.ivyteam.ivy.process.beans
package ch.ivyteam.ivy.process.beans
-
InterfacesClassDescriptionUse this to configure
threadsthat should be started if the event bean is started and stopped if the bean is stopped.This is a marker interface for all event beans that can run on numerous nodes in a cluster at the same time (as opposed to beans that are only allowed to run on the master node).Use one of the methods to defined how often or when theIProcessStartEventBean.poll()orIProcessIntermediateEventBean.poll()method should be called