Interface PropertiesInterceptor
-
- All Known Implementing Classes:
AbstractApiConsumer,AbstractApiEndpoint,AbstractApiProducer
public interface PropertiesInterceptorIntercepts Property values used to invoke API Method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinterceptProperties(Map<String,Object> properties)Intercept method invocation arguments used to find and invoke API method.
-