package org.drools.runtime.pipeline; /** * <p>This api is experimental and thus the classes and the interfaces returned are subject to change.</p> */ public interface Action extends Emitter, Receiver, Stage { }