| Package | Description |
|---|---|
| org.openl.rules.ruleservice.core.interceptors | |
| org.openl.rules.ruleservice.core.interceptors.converters |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ServiceMethodAfterAdvice<T>
After advice for intercepting method calls.
|
interface |
ServiceMethodAroundAdvice<T>
Around advice for intercepting method calls.
|
interface |
ServiceMethodBeforeAdvice
Before advice for intercepting method calls.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractServiceMethodAfterReturningAdvice<T>
Abstract implementation ServiceMethodAfterAdvice that can be usefull if you should intercept only after throwing
situation.
|
class |
AbstractServiceMethodAfterThrowingAdvice<T>
Abstract implementation ServiceMethodAfterAdvice that can be usefull if you should intercept only after throwing
situation.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
ServiceInvocationAdviceListener.afterServiceMethodAdvice(ServiceMethodAdvice serviceMethodAdvice,
Method interfaceMethod,
Object[] args,
Object result,
Exception ex,
Consumer<Object> postProcessAdvice) |
default void |
ServiceInvocationAdviceListener.beforeServiceMethodAdvice(ServiceMethodAdvice serviceMethodAdvice,
Method interfaceMethod,
Object[] args,
Object result,
Exception ex,
Consumer<Object> postProcessAdvice) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSPRToPlainConverterAdvice<T> |
class |
SPRToPlainConverterAdvice |
class |
VariationResultSPRToPlainConverterAdvice |
Copyright © 2004–2022 OpenL Tablets. All rights reserved.