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

com.twitter.finatra.http.JavaCallback Maven / Gradle / Ivy

package com.twitter.finatra.http;

public interface JavaCallback {

  /** Functional callback interface for Java HTTP routes */
  ResponseType apply(RequestType request);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy