Interface RequestHandler<R>

All Known Implementing Classes:
AbstractRequestHandler

public interface RequestHandler<R>
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • execute

      R execute()