Interface ChannelServiceSrv.AsyncIface

All Known Implementing Classes:
ChannelServiceSrv.AsyncClient
Enclosing class:
ChannelServiceSrv

public static interface ChannelServiceSrv.AsyncIface
  • Method Summary

    Modifier and Type Method Description
    void create​(Channel channel, org.apache.thrift.async.AsyncMethodCallback<Channel> resultHandler)  
    void getAll​(Page page, Filter filter, org.apache.thrift.async.AsyncMethodCallback<ChannelListResponse> resultHandler)  
    void getAllTypes​(org.apache.thrift.async.AsyncMethodCallback<ChannelTypeListResponse> resultHandler)  
    void getById​(String id, org.apache.thrift.async.AsyncMethodCallback<Channel> resultHandler)  
    void remove​(String id, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)  
  • Method Details

    • create

      void create​(Channel channel, org.apache.thrift.async.AsyncMethodCallback<Channel> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • remove

      void remove​(String id, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getAll

      void getAll​(Page page, Filter filter, org.apache.thrift.async.AsyncMethodCallback<ChannelListResponse> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getAllTypes

      void getAllTypes​(org.apache.thrift.async.AsyncMethodCallback<ChannelTypeListResponse> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getById

      void getById​(String id, org.apache.thrift.async.AsyncMethodCallback<Channel> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException