All Classes
-
All Classes Interface Summary Class Summary Class Description Client ClientController This interface allows an application to flexibly decide how clients are managed, they could be in memory like theMapClientController, in a database, or Redis, whatever is best fit for the application(s) being developed.Dispatcher Multiple dispatchers can be assigned to a client dispatchers are how webhook payloads are handled by Webhooker.DispatcherSupplier This is a means to manage and supply dispatchers to yourClientControllerthat serialize or deseralize the client instances.MapClientController Payload An event object in Webhooker, this contains theClient,Request, andResponseassociated with a payload to a valid client.SuppliedClientController Small abstraction,ClientControllerthat require theDispatcherSuppliercan extend this class instead which will prep it for obtaining Dispatchers from a (de)serializeddispatcher ID.Webhooker This class should be used as a singleton.WebhookRoute The route to register toSparkfor webhooks toPOSTto.