Uses of Class
de.codecentric.reedelk.runtime.api.resource.DynamicResource
-
Packages that use DynamicResource Package Description de.codecentric.reedelk.runtime.api.resource -
-
Uses of DynamicResource in de.codecentric.reedelk.runtime.api.resource
Methods in de.codecentric.reedelk.runtime.api.resource that return DynamicResource Modifier and Type Method Description static DynamicResourceDynamicResource. from(Object body, ModuleContext context)Methods in de.codecentric.reedelk.runtime.api.resource with parameters of type DynamicResource 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)Constructors in de.codecentric.reedelk.runtime.api.resource with parameters of type DynamicResource Constructor Description DynamicResource(DynamicResource original)
-