Package io.gorules.zen.loader
Interface DecisionLoader
- All Known Implementing Classes:
ApiDecisionLoader,ClasspathDecisionLoader,FilesystemDecisionLoader,MemoryDecisionLoader
public interface DecisionLoader
Interface for loading decision models.
-
Method Summary
Modifier and TypeMethodDescriptionCompletableFuture<io.gorules.zen_engine.JsonBuffer> Load a decision by its key.
-
Method Details
-
load
Load a decision by its key.- Parameters:
key- Decision key/filename- Returns:
- CompletableFuture with decision content as JsonBuffer
-