MokkeryCallListener

Simplifies creation of MokkeryCallInterceptor that does not need to change the current pipeline and only gets notified on each call.

Inheritors

Functions

Link copied to clipboard
@DelicateMokkeryApi
open override fun intercept(scope: MokkeryBlockingCallScope): Any?
@DelicateMokkeryApi
open suspend override fun intercept(scope: MokkerySuspendCallScope): Any?

Do not override this method to keep MokkeryCallListener behaviour as intended.

Link copied to clipboard
abstract fun onIntercept(scope: MokkeryCallScope)