Interface DataPublisher
public interface DataPublisher
-
Method Summary
Modifier and TypeMethodDescriptionorg.reactivestreams.Publisher<ByteBuffer>data()booleanisEmpty()scala.Option<Object>length()
-
Method Details
-
length
scala.Option<Object> length() -
isEmpty
boolean isEmpty() -
data
org.reactivestreams.Publisher<ByteBuffer> data()
-