Interface InterceptorFactory
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ConsumerInPayloadLoggerInterceptor.Factory,ConsumerOutPayloadLoggerInterceptor.Factory,ConsumerTracingInterceptor.Factory,InterceptorFactoryBean,InterceptorFactorySupport,ProducerInPayloadLoggerInterceptor.Factory,ProducerOutPayloadLoggerInterceptor.Factory,ProducerTracingInterceptor.Factory
Factory creating an
Interceptor- Since:
- 3.1
-
Method Summary
Modifier and TypeMethodDescriptionReturns a new instance of an Interceptor
-
Method Details
-
getNewInstance
Interceptor getNewInstance()Returns a new instance of an Interceptor- Returns:
- new instance of an Interceptor
-