public interface ISdkMsgCallBack<T,V>
void
onError(MqMsgResultType resultType, V v)
onSuccess(T t, V v)
onTimeout(V v)
void onSuccess(T t, V v)
t
v
void onError(MqMsgResultType resultType, V v)
resultType
void onTimeout(V v)
Copyright © 2023. All rights reserved.