Interface SetupTeardown

All Superinterfaces:
Serializable

public interface SetupTeardown extends Serializable
Provided by user and called within DoFn.Setup and @{link org.apache.beam.sdk.transforms.DoFn.Teardown} lifecycle methods of Call's DoFn.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called during the DoFn's setup lifecycle method.
    void
    Called during the DoFn's teardown lifecycle method.