All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.orbitz.consul.async.Callback Maven / Gradle / Ivy

There is a newer version: 1.5.3
Show newest version
package com.orbitz.consul.async;

public interface Callback {

    void onResponse(T result);

    void onFailure(Throwable t);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy