Package 

Interface PDHandler2

  • All Implemented Interfaces:
    ai.platon.pulsar.common.lang.PHandler

    
    public interface PDHandler2<T extends Object, T2 extends Object>
     implements PHandler
                        
    • Method Summary

      Modifier and Type Method Description
      abstract Unit invoke(T param, T2 param2)
      abstract String getName()
      abstract Integer getPriority()
      abstract Boolean getIsRelevant()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait