Uses of Class
dev.vality.damsel.webhooker.Webhook
| Package | Description |
|---|---|
| dev.vality.damsel.webhooker |
-
Uses of Webhook in dev.vality.damsel.webhooker
Fields in dev.vality.damsel.webhooker declared as Webhook Modifier and Type Field Description WebhookWebhookManagerSrv.Create_result. successWebhookWebhookManagerSrv.Get_result. successFields in dev.vality.damsel.webhooker with type parameters of type Webhook Modifier and Type Field Description List<Webhook>WebhookManagerSrv.GetList_result. successMethods in dev.vality.damsel.webhooker that return Webhook Modifier and Type Method Description WebhookWebhookManagerSrv.Client. create(WebhookParams webhook_params)WebhookWebhookManagerSrv.Iface. create(WebhookParams webhook_params)WebhookWebhook. deepCopy()WebhookWebhookManagerSrv.Client. get(long webhook_id)WebhookWebhookManagerSrv.Iface. get(long webhook_id)WebhookWebhookManagerSrv.AsyncClient.Create_call. getResult()WebhookWebhookManagerSrv.AsyncClient.Get_call. getResult()WebhookWebhookManagerSrv.Create_result. getSuccess()WebhookWebhookManagerSrv.Get_result. getSuccess()WebhookWebhookManagerSrv.Client. recvCreate()WebhookWebhookManagerSrv.Client. recvGet()WebhookWebhook. setEnabled(boolean enabled)WebhookWebhook. setEventFilter(EventFilter event_filter)WebhookWebhook. setId(long id)WebhookWebhook. setPartyId(String party_id)WebhookWebhook. setPubKey(String pub_key)WebhookWebhook. setUrl(String url)Methods in dev.vality.damsel.webhooker that return types with arguments of type Webhook Modifier and Type Method Description List<Webhook>WebhookManagerSrv.Client. getList(String party_id)List<Webhook>WebhookManagerSrv.Iface. getList(String party_id)List<Webhook>WebhookManagerSrv.AsyncClient.GetList_call. getResult()org.apache.thrift.async.AsyncMethodCallback<Webhook>WebhookManagerSrv.AsyncProcessor.Create. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)org.apache.thrift.async.AsyncMethodCallback<Webhook>WebhookManagerSrv.AsyncProcessor.Get. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)org.apache.thrift.async.AsyncMethodCallback<List<Webhook>>WebhookManagerSrv.AsyncProcessor.GetList. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)List<Webhook>WebhookManagerSrv.GetList_result. getSuccess()Iterator<Webhook>WebhookManagerSrv.GetList_result. getSuccessIterator()List<Webhook>WebhookManagerSrv.Client. recvGetList()Methods in dev.vality.damsel.webhooker with parameters of type Webhook Modifier and Type Method Description voidWebhookManagerSrv.GetList_result. addToSuccess(Webhook elem)intWebhook. compareTo(Webhook other)booleanWebhook. equals(Webhook that)WebhookManagerSrv.Create_resultWebhookManagerSrv.Create_result. setSuccess(Webhook success)WebhookManagerSrv.Get_resultWebhookManagerSrv.Get_result. setSuccess(Webhook success)Method parameters in dev.vality.damsel.webhooker with type arguments of type Webhook Modifier and Type Method Description voidWebhookManagerSrv.AsyncClient. create(WebhookParams webhook_params, org.apache.thrift.async.AsyncMethodCallback<Webhook> resultHandler)voidWebhookManagerSrv.AsyncIface. create(WebhookParams webhook_params, org.apache.thrift.async.AsyncMethodCallback<Webhook> resultHandler)voidWebhookManagerSrv.AsyncClient. get(long webhook_id, org.apache.thrift.async.AsyncMethodCallback<Webhook> resultHandler)voidWebhookManagerSrv.AsyncIface. get(long webhook_id, org.apache.thrift.async.AsyncMethodCallback<Webhook> resultHandler)voidWebhookManagerSrv.AsyncClient. getList(String party_id, org.apache.thrift.async.AsyncMethodCallback<List<Webhook>> resultHandler)voidWebhookManagerSrv.AsyncIface. getList(String party_id, org.apache.thrift.async.AsyncMethodCallback<List<Webhook>> resultHandler)WebhookManagerSrv.GetList_resultWebhookManagerSrv.GetList_result. setSuccess(List<Webhook> success)voidWebhookManagerSrv.AsyncProcessor.Create. start(I iface, WebhookManagerSrv.Create_args args, org.apache.thrift.async.AsyncMethodCallback<Webhook> resultHandler)voidWebhookManagerSrv.AsyncProcessor.Get. start(I iface, WebhookManagerSrv.Get_args args, org.apache.thrift.async.AsyncMethodCallback<Webhook> resultHandler)voidWebhookManagerSrv.AsyncProcessor.GetList. start(I iface, WebhookManagerSrv.GetList_args args, org.apache.thrift.async.AsyncMethodCallback<List<Webhook>> resultHandler)Constructors in dev.vality.damsel.webhooker with parameters of type Webhook Constructor Description Create_result(Webhook success, LimitExceeded ex1)Get_result(Webhook success, WebhookNotFound ex1)Webhook(Webhook other)Performs a deep copy on other.Constructor parameters in dev.vality.damsel.webhooker with type arguments of type Webhook Constructor Description Create_call(WebhookParams webhook_params, org.apache.thrift.async.AsyncMethodCallback<Webhook> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)Get_call(long webhook_id, org.apache.thrift.async.AsyncMethodCallback<Webhook> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)GetList_call(String party_id, org.apache.thrift.async.AsyncMethodCallback<List<Webhook>> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)GetList_result(List<Webhook> success)