Interface Pasture<Breed>


public interface Pasture<Breed>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    close(Duration timeout)
     
     
    void
    Set population via Shepherd before calling this method
  • Method Details

    • getShepherd

      Shepherd<Breed> getShepherd()
    • start

      void start()
      Set population via Shepherd before calling this method
    • close

      void close(Duration timeout)