Class ServerFlowHandlerImpl<T,​R>

java.lang.Object
dev.vality.adapter.flow.lib.handler.ServerFlowHandlerImpl<T,​R>
All Implemented Interfaces:
ServerFlowHandler<T,​R>

public class ServerFlowHandlerImpl<T,​R>
extends Object
implements ServerFlowHandler<T,​R>
  • Constructor Details

    • ServerFlowHandlerImpl

      public ServerFlowHandlerImpl()
  • Method Details

    • handle

      public R handle​(T context) throws org.apache.thrift.TException
      Specified by:
      handle in interface ServerFlowHandler<T,​R>
      Throws:
      org.apache.thrift.TException