Uses of Class
dev.vality.damsel.webhooker.SourceNotFound
| Package | Description |
|---|---|
| dev.vality.damsel.webhooker |
-
Uses of SourceNotFound in dev.vality.damsel.webhooker
Fields in dev.vality.damsel.webhooker declared as SourceNotFound Modifier and Type Field Description SourceNotFoundWebhookMessageServiceSrv.Send_result. ex2Methods in dev.vality.damsel.webhooker that return SourceNotFound Modifier and Type Method Description SourceNotFoundSourceNotFound. deepCopy()SourceNotFoundWebhookMessageServiceSrv.Send_result. getEx2()Methods in dev.vality.damsel.webhooker with parameters of type SourceNotFound Modifier and Type Method Description intSourceNotFound. compareTo(SourceNotFound other)booleanSourceNotFound. equals(SourceNotFound that)WebhookMessageServiceSrv.Send_resultWebhookMessageServiceSrv.Send_result. setEx2(SourceNotFound ex2)Methods in dev.vality.damsel.webhooker that throw SourceNotFound Modifier and Type Method Description VoidWebhookMessageServiceSrv.AsyncClient.Send_call. getResult()voidWebhookMessageServiceSrv.Client. recvSend()voidWebhookMessageServiceSrv.Client. send(long hook_id, String source_id)voidWebhookMessageServiceSrv.Iface. send(long hook_id, String source_id)Constructors in dev.vality.damsel.webhooker with parameters of type SourceNotFound Constructor Description Send_result(WebhookNotFound ex1, SourceNotFound ex2)SourceNotFound(SourceNotFound other)Performs a deep copy on other.