Uses of Class
com.github.devmix.process.acto.exceptions.RegistryException
Packages that use RegistryException
-
Uses of RegistryException in com.github.devmix.process.acto
Methods in com.github.devmix.process.acto that throw RegistryExceptionModifier and TypeMethodDescription<R> CompletableFuture<R> ActiveObjectContext.redirectRequest(Object objectId, Object message) Redirects a request to another active object and returns a future for its response.voidActiveObjectContext.redirectRequestAndForget(Object objectId, Object message) Redirects a request to another active object and forgets it (does not expect response).