Interface ResourceFile<T>
-
- All Known Implementing Classes:
ResourceBinary,ResourceText
public interface ResourceFile<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.reactivestreams.Publisher<T>data()Stringpath()
-