public interface InternalLocalRunner
extends org.kie.api.runtime.ExecutableRunner<org.kie.api.runtime.RequestContext>
Modifier and Type | Interface and Description |
---|---|
static class |
InternalLocalRunner.SingleBatchExecutable |
static class |
InternalLocalRunner.SingleCommandExecutable |
Modifier and Type | Method and Description |
---|---|
default <T> T |
execute(org.kie.api.command.Command<T> command) |
default <T> T |
execute(org.kie.api.command.Command<T> command,
org.kie.api.runtime.Context ctx) |
default org.kie.api.runtime.RequestContext |
execute(org.kie.api.runtime.Executable executable) |
default org.kie.api.runtime.RequestContext execute(org.kie.api.runtime.Executable executable)
execute
in interface org.kie.api.runtime.ExecutableRunner<org.kie.api.runtime.RequestContext>
default <T> T execute(org.kie.api.command.Command<T> command)
execute
in interface org.kie.api.runtime.CommandExecutor
default <T> T execute(org.kie.api.command.Command<T> command, org.kie.api.runtime.Context ctx)
execute
in interface org.kie.api.runtime.ExecutableRunner<org.kie.api.runtime.RequestContext>
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.