Uses of Class
dev.vality.webhook.dispatcher.WebhookNotFound
-
Uses of WebhookNotFound in dev.vality.webhook.dispatcher
Fields in dev.vality.webhook.dispatcher declared as WebhookNotFound Modifier and Type Field Description WebhookNotFoundWebhookMessageServiceSrv.Resend_result. exMethods in dev.vality.webhook.dispatcher that return WebhookNotFound Modifier and Type Method Description WebhookNotFoundWebhookNotFound. deepCopy()WebhookNotFoundWebhookMessageServiceSrv.Resend_result. getEx()Methods in dev.vality.webhook.dispatcher with parameters of type WebhookNotFound Modifier and Type Method Description intWebhookNotFound. compareTo(WebhookNotFound other)booleanWebhookNotFound. equals(WebhookNotFound that)WebhookMessageServiceSrv.Resend_resultWebhookMessageServiceSrv.Resend_result. setEx(WebhookNotFound ex)Methods in dev.vality.webhook.dispatcher that throw WebhookNotFound Modifier and Type Method Description VoidWebhookMessageServiceSrv.AsyncClient.Resend_call. getResult()voidWebhookMessageServiceSrv.Client. recvResend()voidWebhookMessageServiceSrv.Client. resend(long webhook_id, String source_id, long event_id)voidWebhookMessageServiceSrv.Iface. resend(long webhook_id, String source_id, long event_id)Переотправить сообщение, отправка которого провалиласьConstructors in dev.vality.webhook.dispatcher with parameters of type WebhookNotFound Constructor Description Resend_result(WebhookNotFound ex)WebhookNotFound(WebhookNotFound other)Performs a deep copy on other.