public interface KieContainerListener
| Modifier and Type | Method and Description |
|---|---|
void |
onFailure(RuleEngineActionResult result)
The method to be called when the switching to a new KieContainer fails
|
void |
onSuccess(KieContainer kieContainer,
KIEModuleCacheBuilder cache)
The method to be called if the switching operation finished successfully
|
void onSuccess(KieContainer kieContainer,
KIEModuleCacheBuilder cache)
kieContainer - the newly created instance of KieContainercache - the switching result accumulating instance of RuleEngineActionResultvoid onFailure(RuleEngineActionResult result)
result - the switching result accumulating instance of RuleEngineActionResultCopyright © 2017 SAP SE. All Rights Reserved.