public interface AbstractCallEvent extends AbstractAuditTrailEvent
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMethodName()
Returns the fully qualified method name of the client API call.
|
java.lang.Class[] |
getMethodParameterTypes()
Returns the parameter types, possibly none, for the client API call.
|
java.lang.Class |
getResultType()
Returns the return value's declared type for the client API call.
|
java.lang.String |
getUsername()
Returns the username that belongs to the security context for the client
API call.
|
getEngineName, getName
java.lang.String getMethodName()
For example, if the client API method is "flux.engine.put(FlowChart flowChart)", the fully qualified name of the client API call is "flux.Engine.add".
java.lang.Class[] getMethodParameterTypes()
java.lang.Class getResultType()
java.lang.String getUsername()
© 2000-2025 Flux Corporation. All rights reserved.