Package fr.groupbees.midgard.transforms
See: Description
-
Class Summary Class Description BaseElementFn Base class for the custom DoFn allowing the interaction with lifecycle methods. FlatMapElementFn This class proposes a custom flatMap operation while interacting with org.apache.beam.sdk.transforms.DoFn lifecycle. FlatMapProcessContextFn This class allows to handle a generic and custom org.apache.beam.sdk.transforms.DoFn for flatMap operation with error handling. MapElementFn This class proposes a custom map operation while interacting with org.apache.beam.sdk.transforms.DoFn lifecycle. MapProcessContextFn This class allows to handle a generic and custom org.apache.beam.sdk.transforms.DoFn for map operation with error handling. -
Interface Summary Interface Description SerializableAction Function that allows to execute an action.