Package org.kie.remote
Interface UpdatableSession
-
- All Known Subinterfaces:
RemoteKieSession,RemoteStreamingKieSession
- All Known Implementing Classes:
RemoteKieSessionImpl,RemoteStreamingKieSessionImpl
public interface UpdatableSession
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompletableFuture<String>getKJarGAV()CompletableFuture<Boolean>updateKJarGAV(String kjar)
-
-
-
Method Detail
-
getKJarGAV
CompletableFuture<String> getKJarGAV()
-
updateKJarGAV
CompletableFuture<Boolean> updateKJarGAV(String kjar)
-
-