Uses of Interface
org.nuxeo.ecm.core.event.pipe.EventBundlePipe
-
Packages that use EventBundlePipe Package Description org.nuxeo.ecm.core.event.pipe org.nuxeo.ecm.core.event.pipe.dispatch org.nuxeo.ecm.core.event.pipe.local -
-
Uses of EventBundlePipe in org.nuxeo.ecm.core.event.pipe
Classes in org.nuxeo.ecm.core.event.pipe that implement EventBundlePipe Modifier and Type Class Description class
AbstractEventBundlePipe<T>
Fields in org.nuxeo.ecm.core.event.pipe with type parameters of type EventBundlePipe Modifier and Type Field Description protected Class<? extends EventBundlePipe>
EventPipeDescriptor. clazz
The implementation class.Methods in org.nuxeo.ecm.core.event.pipe that return EventBundlePipe Modifier and Type Method Description EventBundlePipe
EventPipeDescriptor. getInstance()
Constructor parameters in org.nuxeo.ecm.core.event.pipe with type arguments of type EventBundlePipe Constructor Description EventPipeDescriptor(String name, Class<? extends EventBundlePipe> clazz)
-
Uses of EventBundlePipe in org.nuxeo.ecm.core.event.pipe.dispatch
Fields in org.nuxeo.ecm.core.event.pipe.dispatch with type parameters of type EventBundlePipe Modifier and Type Field Description protected List<EventBundlePipe>
SimpleEventBundlePipeDispatcher. pipes
-
Uses of EventBundlePipe in org.nuxeo.ecm.core.event.pipe.local
Classes in org.nuxeo.ecm.core.event.pipe.local that implement EventBundlePipe Modifier and Type Class Description class
LocalEventBundlePipe
Local In memory implementation: directly relays to WorkManager
-