AuthInterceptor.NoOpListener

static class NoOpListener<ReqT> extends Listener<ReqT>

A no-op listener. This class is used for failed authentications. We couldn’t return a null instead because the documentation of the ServerInterceptor explicitely forbids it.

Author:

Timm Fitschen