public class OrbitMetricsInvocationHandler
extends cloud.orbit.actors.runtime.DefaultInvocationHandler
| Constructor and Description |
|---|
OrbitMetricsInvocationHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterInvoke(long startTimeNanos,
cloud.orbit.actors.runtime.Invocation invocation,
Method method) |
static String |
getActorChainResponseTimeMetricKey(Class actorClass,
String methodName) |
static String |
getActorMethodResponseTimeMetricKey(Class actorClass,
String methodName) |
void |
taskComplete(long startTimeNanos,
cloud.orbit.actors.runtime.Invocation invocation,
Method method) |
public void afterInvoke(long startTimeNanos,
cloud.orbit.actors.runtime.Invocation invocation,
Method method)
afterInvoke in class cloud.orbit.actors.runtime.SimpleInvocationHandlerpublic void taskComplete(long startTimeNanos,
cloud.orbit.actors.runtime.Invocation invocation,
Method method)
taskComplete in class cloud.orbit.actors.runtime.SimpleInvocationHandlerpublic static String getActorMethodResponseTimeMetricKey(Class actorClass, String methodName)
Copyright © 2017 Electronic Arts Inc. All rights reserved.