Interface ServerFlowHandler<T,​R>

All Known Implementing Classes:
ServerFlowHandlerImpl

public interface ServerFlowHandler<T,​R>
  • Method Summary

    Modifier and Type Method Description
    default R handle​(T context)  
  • Method Details

    • handle

      default R handle​(T context) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException