Module methanol

Interface Methanol.Interceptor.Chain<T>

Type Parameters:
T - the response body type
Enclosing interface:
Methanol.Interceptor

public static interface Methanol.Interceptor.Chain<T>
An object that gives interceptors the ability to relay requests to sibling interceptors, till eventually being sent by the client's backend.