Class PseudoClockRunner

  • All Implemented Interfaces:
    InternalLocalRunner, org.kie.api.runtime.CommandExecutor, org.kie.api.runtime.ExecutableRunner<org.kie.api.runtime.RequestContext>
    Direct Known Subclasses:
    AbstractInterceptor

    public class PseudoClockRunner
    extends java.lang.Object
    implements InternalLocalRunner
    • Constructor Detail

      • PseudoClockRunner

        public PseudoClockRunner()
      • PseudoClockRunner

        public PseudoClockRunner​(long startTime)
    • Method Detail

      • execute

        public org.kie.api.runtime.RequestContext execute​(org.kie.api.runtime.Executable executable,
                                                          org.kie.api.runtime.RequestContext ctx)
        Specified by:
        execute in interface org.kie.api.runtime.ExecutableRunner<org.kie.api.runtime.RequestContext>
      • createContext

        public org.kie.api.runtime.RequestContext createContext()
        Specified by:
        createContext in interface org.kie.api.runtime.ExecutableRunner<org.kie.api.runtime.RequestContext>