Callback

public interface Callback<T>

Completion callback for asynchronous interceptor operations.

Functions

Link copied to clipboard
public abstract void onComplete(T t)
Called when the interceptor has finished processing.