Uses of Interface
com.identityworksllc.iiq.common.Metered.MeterCallbackWithOutput
- 
Packages that use Metered.MeterCallbackWithOutput Package Description com.identityworksllc.iiq.common Utilities, interfaces, and standalone tools for IIQ development - 
- 
Uses of Metered.MeterCallbackWithOutput in com.identityworksllc.iiq.common
Methods in com.identityworksllc.iiq.common with parameters of type Metered.MeterCallbackWithOutput Modifier and Type Method Description static <T> TMetered. meter(String meterName, Metered.MeterCallbackWithOutput<T> callback)Meters the invocation of the callback, including an output 
 -