execute abstract method

Future<bool> execute(
  1. Tester tester
)

Called when it executes the action in a flow file.

Implementation

Future<bool> execute(Tester tester);