Interface FetchSubPhase

    • Method Detail

      • getProcessor

        FetchSubPhaseProcessor getProcessor​(FetchContext fetchContext)
                                     throws java.io.IOException
        Returns a FetchSubPhaseProcessor for this sub phase. If nothing should be executed for the provided FetchContext, then the implementation should return null
        Throws:
        java.io.IOException