Interface InterceptorFactoryContext

  • All Known Implementing Classes:
    SimpleInterceptorFactoryContext

    public interface InterceptorFactoryContext
    Contextual information for an interceptor factory, used when interceptors are created. Use to store state about previously-constructed interceptors, for example.
    Author:
    David M. Lloyd
    • Method Detail

      • getContextData

        Map<Object,​Object> getContextData()
        Get the context data for this interceptor factory execution.
        Returns:
        the context data