Class ResourceReadDynamicConfiguration
- java.lang.Object
-
- de.codecentric.reedelk.core.component.ResourceReadDynamicConfiguration
-
- All Implemented Interfaces:
de.codecentric.reedelk.runtime.api.component.Implementor
public class ResourceReadDynamicConfiguration extends Object implements de.codecentric.reedelk.runtime.api.component.Implementor
-
-
Field Summary
Fields Modifier and Type Field Description static intDEFAULT_READ_BUFFER_SIZE
-
Constructor Summary
Constructors Constructor Description ResourceReadDynamicConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetReadBufferSize()voidsetReadBufferSize(Integer readBufferSize)
-
-
-
Field Detail
-
DEFAULT_READ_BUFFER_SIZE
public static final int DEFAULT_READ_BUFFER_SIZE
- See Also:
- Constant Field Values
-
-