Class ProxyResourceBinary
- java.lang.Object
-
- de.codecentric.reedelk.runtime.api.resource.ResourceBinary
-
- de.codecentric.reedelk.platform.flow.deserializer.converter.ProxyResourceBinary
-
- All Implemented Interfaces:
de.codecentric.reedelk.runtime.api.resource.ResourceFile<byte[]>
public class ProxyResourceBinary extends de.codecentric.reedelk.runtime.api.resource.ResourceBinary
-
-
Constructor Summary
Constructors Constructor Description ProxyResourceBinary(de.codecentric.reedelk.runtime.api.resource.ResourceFile<?> original, org.reactivestreams.Publisher<byte[]> data)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.reactivestreams.Publisher<byte[]>data()
-