AsynchronousInterceptor.CancellationHandle |
AsynchronousInterceptorContext.proceed(AsynchronousInterceptor.ResultHandler resultHandler)
Pass the invocation on to the next or previous step in the chain (depending on whether a result has been set).
|
AsynchronousInterceptor.CancellationHandle |
AsynchronousInterceptor.processInvocation(AsynchronousInterceptorContext context,
AsynchronousInterceptor.ResultHandler resultHandler)
Process an invocation.
|
AsynchronousInterceptor.CancellationHandle |
QueuedAsynchronousInterceptor.processInvocation(AsynchronousInterceptorContext context,
AsynchronousInterceptor.ResultHandler resultHandler) |
AsynchronousInterceptor.CancellationHandle |
ExecutorAsynchronousInterceptor.processInvocation(AsynchronousInterceptorContext context,
AsynchronousInterceptor.ResultHandler resultHandler) |
AsynchronousInterceptor.CancellationHandle |
SynchronousInterceptor.processInvocation(AsynchronousInterceptorContext context,
AsynchronousInterceptor.ResultHandler resultHandler) |