Package org.kie.server.client
Interface CustomExtensionClient
-
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
CustomExtensionClientRest
public interface CustomExtensionClient extends AutoCloseable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.kie.api.runtime.ExecutionResultsinsertFireReturn(String containerId, String kieSession, List<Object> listOfFacts)-
Methods inherited from interface java.lang.AutoCloseable
close
-
-