JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
io.trino.server.remotetask
SimpleHttpResponseCallback
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
success(T)
failed(Throwable)
fatal(Throwable)
Interface SimpleHttpResponseCallback<T>
public interface
SimpleHttpResponseCallback<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
failed
(
Throwable
cause)
void
fatal
(
Throwable
cause)
void
success
(
T
value)
Method Details
success
void
success
(
T
value)
failed
void
failed
(
Throwable
cause)
fatal
void
fatal
(
Throwable
cause)