Interface Callback

All Known Implementing Classes:
Callback.Completable

public interface Callback

A callback object that handles success/failure events of asynchronous operations.

NOTE: This interface is almost identical to org.eclipse.jetty.util.Callback, which however cannot be used in the Jetty WebSocket APIs for web application classloading reasons.