Uses of Class
co.tryterra.terraclient.WebhookHandlerUtility
-
Packages that use WebhookHandlerUtility Package Description co.tryterra.terraclient -
-
Uses of WebhookHandlerUtility in co.tryterra.terraclient
Methods in co.tryterra.terraclient that return WebhookHandlerUtility Modifier and Type Method Description WebhookHandlerUtility
WebhookHandlerUtility. addDefaultEventHandler(Consumer<TerraWebhookPayload> consumer)
Registers a handler method that will be called if no other handler method can be resolved for a received event type.WebhookHandlerUtility
WebhookHandlerUtility. addEventHandler(String eventName, Consumer<TerraWebhookPayload> consumer)
Registers a handler method for the given event type.
-