Class WebhookApiController
java.lang.Object
dev.vality.swag.wallets.webhook.events.api.WebhookApiController
- All Implemented Interfaces:
WebhookApi
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2023-12-24T09:03:16.651030963Z[Etc/UTC]")
@Controller
@RequestMapping("${openapi.valityWalletsWebhooksEvents.base-path:}")
public class WebhookApiController
extends Object
implements WebhookApi
-
Constructor Summary
Constructors Constructor Description WebhookApiController(WebhookApiDelegate delegate) -
Method Summary
Modifier and Type Method Description WebhookApiDelegategetDelegate()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.vality.swag.wallets.webhook.events.api.WebhookApi
notifyWebhookEvent
-
Constructor Details
-
WebhookApiController
-
-
Method Details
-
getDelegate
- Specified by:
getDelegatein interfaceWebhookApi
-