Package org.elypia.webhooker
-
Interface Summary Interface Description Dispatcher Multiple dispatchers can be assigned to a client dispatchers are how webhook payloads are handled by Webhooker. -
Class Summary Class Description Client DispatcherSupplier This is a means to manage and supply dispatchers to yourClientControllerthat serialize or deseralize the client instances.Payload An event object in Webhooker, this contains theClient,Request, andResponseassociated with a payload to a valid client.Webhooker This class should be used as a singleton.WebhookRoute The route to register toSparkfor webhooks toPOSTto.