Class HarnessStreamObserverFactories


  • public abstract class HarnessStreamObserverFactories
    extends java.lang.Object
    Uses PipelineOptions to configure which underlying StreamObserver implementation to use in the java SDK harness.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.apache.beam.sdk.fn.stream.OutboundObserverFactory fromOptions​(org.apache.beam.sdk.options.PipelineOptions options)
      Creates an OutboundObserverFactory for client-side RPCs.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HarnessStreamObserverFactories

        public HarnessStreamObserverFactories()
    • Method Detail

      • fromOptions

        public static org.apache.beam.sdk.fn.stream.OutboundObserverFactory fromOptions​(org.apache.beam.sdk.options.PipelineOptions options)
        Creates an OutboundObserverFactory for client-side RPCs. All StreamObservers created by this factory are thread safe.