Package org.apache.beam.sdk.fn.data
Interface FnDataReceiver<T>
-
- All Known Subinterfaces:
CloseableFnDataReceiver<T>
- All Known Implementing Classes:
BeamFnDataInboundObserver2,BeamFnDataOutboundObserver,DecodingFnDataReceiver
public interface FnDataReceiver<T>A receiver of streamed data.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaccept(T input)
-
-
-
Method Detail
-
accept
void accept(T input) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-