getChopperInterceptor method

Interceptor getChopperInterceptor()

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

Implementation

chopper.Interceptor getChopperInterceptor() {
  return AliceChopperInterceptor(_aliceCore);
}