Interface KieRuntime

    • Method Detail

      • getSessionClock

        <T extends SessionClock> T getSessionClock()
        Returns:
        the session clock instance assigned to this session
      • setGlobal

        void setGlobal​(String identifier,
                       Object value)
        Sets a global value in this session
        Parameters:
        identifier - the global identifier
        value - the value assigned to the global identifier
      • getKieBase

        KieBase getKieBase()
        Returns:
        the KieBase reference from which this stateful session was created.
      • registerChannel

        void registerChannel​(String name,
                             Channel channel)
      • unregisterChannel

        void unregisterChannel​(String name)