JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.kiwiproject.consul.async
Interface Callback<T>
public interface
Callback<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
onFailure
(
Throwable
t)
void
onResponse
(
T
result)
Method Details
onResponse
void
onResponse
(
T
result)
onFailure
void
onFailure
(
Throwable
t)