Uses of Class
dev.vality.damsel.webhooker.Webhook
Packages that use Webhook
-
Uses of Webhook in dev.vality.damsel.webhooker
Fields in dev.vality.damsel.webhooker declared as WebhookModifier and TypeFieldDescriptionWebhookManagerSrv.Create_result.successWebhookManagerSrv.Get_result.successFields in dev.vality.damsel.webhooker with type parameters of type WebhookMethods in dev.vality.damsel.webhooker that return WebhookModifier and TypeMethodDescriptionWebhookManagerSrv.Client.create(WebhookParams webhook_params) WebhookManagerSrv.Iface.create(WebhookParams webhook_params) Webhook.deepCopy()WebhookManagerSrv.Client.get(long webhook_id) WebhookManagerSrv.Iface.get(long webhook_id) WebhookManagerSrv.AsyncClient.Create_call.getResult()WebhookManagerSrv.AsyncClient.Get_call.getResult()WebhookManagerSrv.Create_result.getSuccess()WebhookManagerSrv.Get_result.getSuccess()WebhookManagerSrv.Client.recvCreate()WebhookManagerSrv.Client.recvGet()Webhook.setEnabled(boolean enabled) Webhook.setEventFilter(EventFilter event_filter) Webhook.setId(long id) Webhook.setPartyId(String party_id) Methods in dev.vality.damsel.webhooker that return types with arguments of type WebhookModifier and TypeMethodDescriptionWebhookManagerSrv.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) WebhookManagerSrv.AsyncProcessor.GetList.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) WebhookManagerSrv.GetList_result.getSuccess()WebhookManagerSrv.GetList_result.getSuccessIterator()WebhookManagerSrv.Client.recvGetList()Methods in dev.vality.damsel.webhooker with parameters of type WebhookModifier and TypeMethodDescriptionvoidWebhookManagerSrv.GetList_result.addToSuccess(Webhook elem) intbooleanWebhookManagerSrv.Create_result.setSuccess(Webhook success) WebhookManagerSrv.Get_result.setSuccess(Webhook success) Method parameters in dev.vality.damsel.webhooker with type arguments of type WebhookModifier and TypeMethodDescriptionvoidWebhookManagerSrv.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_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 WebhookModifierConstructorDescriptionCreate_result(Webhook success, LimitExceeded ex1) Get_result(Webhook success, WebhookNotFound ex1) Performs a deep copy on other.Constructor parameters in dev.vality.damsel.webhooker with type arguments of type WebhookModifierConstructorDescriptionCreate_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)