Uses of Class
dev.cachly.CachlyException
Packages that use CachlyException
-
Uses of CachlyException in dev.cachly
Methods in dev.cachly that throw CachlyExceptionModifier and TypeMethodDescriptionPubSubClient.channels()List active channels.voidDelete all checkpoints for a run.Get all checkpoints for a run.Get the latest checkpoint for a run.WorkflowClient.listRuns()List all workflow runs.Publish a message to a channel.Save with default options.WorkflowClient.save(String runId, String stepName, WorkflowClient.SaveOptions opts) Save a workflow checkpoint.PubSubClient.stats()Pub/Sub aggregate statistics.voidPubSubClient.subscribe(List<String> channels, Consumer<PubSubClient.Message> consumer) Subscribe to one or more channels via SSE (blocking, callsconsumerfor each message).