Interface DelegateProcessor

  • All Superinterfaces:
    Processor

    public interface DelegateProcessor
    extends Processor
    Interface to be used for processors that delegate to the real processor
    • Method Detail

      • getProcessor

        Processor getProcessor()
        Gets the delegated Processor.
        Returns:
        the processor we delegate to