Package-level declarations
Types
Link copied to clipboard
data class CapturedInvocation(val target: Target, val inputTypeTag: TypeTag<*>, val outputTypeTag: TypeTag<*>, val input: Any?) : RuntimeException
Captured information from a method invocation on a proxy.
Link copied to clipboard
Functions
Link copied to clipboard
fun ProxyFactory.MethodInvocation.captureInvocation(serviceName: String, key: String?): CapturedInvocation