Interface IStatelessRuleSession


@Deprecated(since="9.2") public interface IStatelessRuleSession
Deprecated.

This interface represents a stateless rule session. Basically, the session holds the rules (compiled from the rule resources which are added into the rule base) and matches that rules against the input objects.
A stateless session can be called like a function passing it some data and then receiving some results back. The result may be the changed/updated objects or side effects from the rules (e.g. send email).

API:
This is a public API.