Interface InterceptorFactory

All Superinterfaces:
Serializable
All Known Implementing Classes:
ConsumerInPayloadLoggerInterceptor.Factory, ConsumerOutPayloadLoggerInterceptor.Factory, ConsumerTracingInterceptor.Factory, InterceptorFactoryBean, InterceptorFactorySupport, ProducerInPayloadLoggerInterceptor.Factory, ProducerOutPayloadLoggerInterceptor.Factory, ProducerTracingInterceptor.Factory

public interface InterceptorFactory extends Serializable
Factory creating an Interceptor
Since:
3.1
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a new instance of an Interceptor
  • Method Details

    • getNewInstance

      Interceptor getNewInstance()
      Returns a new instance of an Interceptor
      Returns:
      new instance of an Interceptor