Interface IBotStarter

  • All Implemented Interfaces:

    
    public interface IBotStarter
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Bot start(String url, Integer reversedPort, String token, Integer retryTimes, Long retryWaitMills, Long retryRestMills, Integer heartbeatCheckSeconds, Boolean printInfo, Boolean noPlatform, Boolean useCQCode, Boolean useGroupUploadEventForFileMessage, Boolean dropEventsBeforeConnected, Logger logger, Job parentJob, BotConfiguration configuration, Function1<Long, File> workingDir)
      • Methods inherited from class java.lang.Object

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