Classseedcordv0.10.6
abstract class WebhookLog<
KeyOfSubscribers extends SubscriptionKey
> extends Subscriber<KeyOfSubscribers>abstract class WebhookLog<
KeyOfSubscribers extends SubscriptionKey
> extends Subscriber<KeyOfSubscribers>Member visibility
Filter class members by access level.
WebhookLog(
data: AllSubscriptions[KeyOfSubscribers],
core: Core
)WebhookLog(
data: AllSubscriptions[KeyOfSubscribers],
core: Core
)KeyOfSubscribers
The specific subscriber type this handler processes
KeyOfSubscribers extends SubscriptionKeyKeyOfSubscribers extends SubscriptionKeycore
Inherited from:Subscriber
data
protected readonly data: AllSubscriptions[KeyOfSubscribers]protected readonly data: AllSubscriptions[KeyOfSubscribers]Inherited from:Subscriber
logger
Inherited from:Subscriber
public abstract webhook: WebhookClientpublic abstract webhook: WebhookClientexecute()
Executes the subscriber handler logic.
Inherited from:Subscriber