Interface ServiceRunner


public interface ServiceRunner
A type of Runnable that throws a Throwable. Allows for tidier implementations than Callable
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final ServiceRunner
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run()