getChopperInterceptor method

ResponseInterceptor getChopperInterceptor()

Get chopper interceptor. This should be added to Chopper instance.

Implementation

ResponseInterceptor getChopperInterceptor() {
  return AliceChopperInterceptor(_aliceCore);
}