Wraps a Frank agent and publishes events about each {@link Frank} method call and each result.For each method X, the wrapper publishes two events: {@code WillRequestX} and {@code XReturned}.
The {@code WillRequestX} events include the method's arguments (if any).
Most {@code XReturned} events include the method's arguments and return value.
For a complete roster of Frank events, see the {@link com.dhemery.victor.frank.events} package.
|
|
|
|