Package 

Class UrlAwareHandler

  • All Implemented Interfaces:
    ai.platon.pulsar.crawl.EventHandler , kotlin.Function , kotlin.Function1

    
    public abstract class UrlAwareHandler
    extends AbstractEventHandler implements Function1<UrlAware, Unit>
                        
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String name
    • Method Summary

      Modifier and Type Method Description
      String getName()
      abstract Unit invoke(UrlAware url)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UrlAwareHandler

        UrlAwareHandler()