Interface ChainedOperationObserver<T extends java.lang.Enum<T>>
-
- All Superinterfaces:
ChainedObserver
- All Known Implementing Classes:
Jsr107LatencyMonitor,OperationResultFilter,OperationResultSampler
public interface ChainedOperationObserver<T extends java.lang.Enum<T>> extends ChainedObserver
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidbegin(long time)voidend(long time, long latency, T result)
-
-
-
Method Detail
-
begin
void begin(long time)
-
end
void end(long time, long latency, T result)
-
-