| com.facebook.datasource.AbstractDataSource.DataSourceInstrumenter |
Allows to capture unit of works for instrumentation purposes.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract Runnable |
decorateRunnable(Runnable runnable, String tag)
Called when a unit of work is about to be scheduled.
| ||||||||||
Called when a unit of work is about to be scheduled.
| runnable | that will be executed. |
|---|---|
| tag | name. |