Interface InterceptorFactory

    • Field Detail

      • EMPTY_ARRAY

        static final InterceptorFactory[] EMPTY_ARRAY
        An empty interceptor factory array.
    • Method Detail

      • create

        Interceptor create​(InterceptorFactoryContext context)
        Create the interceptor instance.
        Parameters:
        context - the interceptor factory context
        Returns:
        the interceptor instance