Uses of Interface
de.codecentric.reedelk.runtime.api.flow.FlowContext
-
Packages that use FlowContext Package Description de.codecentric.reedelk.runtime.api.component de.codecentric.reedelk.runtime.api.resource de.codecentric.reedelk.runtime.api.script -
-
Uses of FlowContext in de.codecentric.reedelk.runtime.api.component
Methods in de.codecentric.reedelk.runtime.api.component with parameters of type FlowContext Modifier and Type Method Description MessageJoin. apply(FlowContext flowContext, List<Message> messagesToJoin)voidProcessorAsync. apply(FlowContext flowContext, Message input, OnResult callback)MessageProcessorSync. apply(FlowContext flowContext, Message message)default voidOnResult. onError(FlowContext flowContext, Throwable throwable)default voidOnResult. onResult(FlowContext flowContext, Message message) -
Uses of FlowContext in de.codecentric.reedelk.runtime.api.resource
Methods in de.codecentric.reedelk.runtime.api.resource with parameters of type FlowContext Modifier and Type Method Description ResourceFile<byte[]>ResourceService. find(DynamicResource resource, int readBufferSize, FlowContext flowContext, Message message)ResourceFile<byte[]>ResourceService. find(DynamicResource resource, FlowContext flowContext, Message message) -
Uses of FlowContext in de.codecentric.reedelk.runtime.api.script
Methods in de.codecentric.reedelk.runtime.api.script with parameters of type FlowContext Modifier and Type Method Description <T> Map<String,T>ScriptEngineService. evaluate(DynamicMap<T> dynamicMap, FlowContext context, Message message)<T> Map<String,T>ScriptEngineService. evaluate(DynamicMap<T> dynamicMap, FlowContext context, Throwable throwable)<T> Optional<T>ScriptEngineService. evaluate(DynamicValue<T> dynamicValue, FlowContext flowContext, Message message)<T> Optional<T>ScriptEngineService. evaluate(DynamicValue<T> dynamicValue, FlowContext flowContext, Throwable throwable)<T> Optional<T>ScriptEngineService. evaluate(DynamicValue<T> dynamicValue, MimeType mimeType, FlowContext flowContext, Message message)<T> TypedPublisher<T>ScriptEngineService. evaluateStream(DynamicValue<T> dynamicValue, FlowContext flowContext, Message message)<T> TypedPublisher<T>ScriptEngineService. evaluateStream(DynamicValue<T> dynamicValue, FlowContext flowContext, Throwable throwable)
-