Uses of Class
dev.evercatch.EvercatchException
Packages that use EvercatchException
-
Uses of EvercatchException in dev.evercatch
Methods in dev.evercatch that throw EvercatchExceptionModifier and TypeMethodDescriptionEvercatchClient.createDestination(CreateDestinationRequest request) Creates a new webhook destination.voidEvercatchClient.deleteDestination(String id) Deletes a destination.EvercatchClient.getDestination(String id) Retrieves a single destination by ID.Retrieves a single event by ID.EvercatchClient.getUsage()Returns current account usage statistics.EvercatchClient.listDestinations()Returns all webhook destinations for the account.EvercatchClient.listEvents(ListEventsRequest request) Lists webhook events with optional filters.voidEvercatchClient.replayEvent(String eventId, List<String> destinationIds) Replays an event to the specified destinations.