Skip to content

Commit 412c5a1

Browse files
prsaminathanPrvnkmr337
authored andcommitted
Added documentation for IBrokerPerformanceMetricsProvider
1 parent c6aa229 commit 412c5a1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

common4j/src/main/com/microsoft/identity/common/java/broker/IBrokerPerformanceMetricsProvider.kt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@
2222
// THE SOFTWARE.
2323
package com.microsoft.identity.common.java.broker
2424

25+
/**
26+
* Holds broker performance metrics derived from timestamps in authentication flows.
27+
* Calculates processing and latency durations at construction time.
28+
* Mainly used to pass metrics between broker and client.
29+
*/
2530
interface IBrokerPerformanceMetricsProvider {
2631
val brokerPerformanceMetrics: BrokerPerformanceMetrics?
2732
}

0 commit comments

Comments
 (0)