Interface Drools

All Superinterfaces:
DroolsEntryPoint

public interface Drools extends DroolsEntryPoint
  • Method Details

    • getRuntime

      <T> T getRuntime(Class<T> runtimeClass)
    • getContext

      <T> T getContext(Class<T> contextClass)
    • getEntryPoint

      DroolsEntryPoint getEntryPoint(String name)
    • halt

      void halt()
    • setFocus

      void setFocus(String focus)
    • getChannel

      Channel getChannel(String name)
    • logicalInsert

      void logicalInsert(Object object)
    • insertAsync

      void insertAsync(Object object)