Interface Task

All Known Implementing Classes:
PluginTask

public interface Task
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    default boolean
     
    default boolean
     
    default boolean
     
    boolean
     
  • Method Details

    • validate

      boolean validate()
    • execute

      int execute()
    • isBlocking

      default boolean isBlocking()
    • subscribe

      default boolean subscribe()
    • inject

      default boolean inject()