Which describes a trigger that causes a call to an AsyncListener?

Which describes a trigger that causes a call to an AsyncListener?

Which describes a trigger that causes a call to an AsyncListener?

A.
Completion of processing

B.
Receipt of a new request from the same client

C.
Addition of a new filter to the processing stream for this request

D.
Completion of each timer interval



Leave a Reply 4

Your email address will not be published. Required fields are marked *


Hari

Hari

It should be answer : B

bob

bob

Answer A,because the four events that can be triggered in an AsyncListener are :
onStartAsync, onComplete, onTimeout, onError.
The answer A corresponds to the onComplete event.