Package com.orbitz.consul.async
Interface Callback<T>
-
public interface Callback<T>
-
-
Method Summary
Modifier and Type Method Description voidonFailure(java.lang.Throwable t)voidonResponse(T result)
-
-
-
Method Detail
-
onResponse
void onResponse(T result)
-
onFailure
void onFailure(java.lang.Throwable t)
-
-