Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiples Rulebooks some application #180

Open
brunoboassi opened this issue Jan 25, 2020 · 1 comment
Open

Multiples Rulebooks some application #180

brunoboassi opened this issue Jan 25, 2020 · 1 comment
Labels

Comments

@brunoboassi
Copy link

Hi guys,

First, sorry my bad english, I will try explain my problem.

I have one application with four flux and each flux need one rulebook. I wanna know how I implement this. I use the Pojo mode today and the only way I was think is using Qualifier and instanciate 4 rulebook object.

Some better idea?

@Clayton7510
Copy link
Collaborator

You can use the POJO rules with the RuleBookRunner or the Java DSL to create a RuelBook. Or you could extend a RuleBook implementation (CoRRuleBook is currently packaged in the rulebook-core lib). Any of those approaches is practically the same as they all end up creating a RuleBook object.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants