run abstract method

  1. @protected
Future<T> run()

Method to implement containing the asynchronous business logic.

Implementation

@protected
Future<T> run();