Uses of Interface
com.imyeyu.java.bean.CallbackArg
Packages that use CallbackArg
-
Uses of CallbackArg in com.imyeyu.java.bean
Methods in com.imyeyu.java.bean with parameters of type CallbackArgModifier and TypeMethodDescriptionstatic <T> voidCallbackArg.handle(T t, CallbackArg<T> callbackArg) 非空时执行回调 -
Uses of CallbackArg in com.imyeyu.java.thread
Methods in com.imyeyu.java.thread that return CallbackArgMethods in com.imyeyu.java.thread with parameters of type CallbackArgModifier and TypeMethodDescriptionAsyncRetryExecutor.Task.TaskBuilder.onRetryExhausted(CallbackArg<Exception> onRetryExhausted) 重试耗尽时的异常回调voidAsyncRetryExecutor.Task.setOnRetryExhausted(CallbackArg<Exception> onRetryExhausted) 重试耗尽时的异常回调