public interface EventResponseCallback
| Modifier and Type | Method and Description |
|---|---|
void |
onComplete(EventResponse EventResponse)
Callback for a successful
EventResponse. |
void |
onFailure(Throwable throwable)
Callback for an unsuccessful request.
|
void onComplete(EventResponse EventResponse)
EventResponse.EventResponse - The Consul event response.void onFailure(Throwable throwable)
throwable - The exception thrown.Copyright © 2018. All rights reserved.