Interface CoderCloudObjectTranslatorRegistrar

All Known Implementing Classes:
DefaultCoderCloudObjectTranslatorRegistrar

public interface CoderCloudObjectTranslatorRegistrar
Coder authors have the ability to automatically have their Coder registered with the Dataflow Runner by creating a ServiceLoader entry and a concrete implementation of this interface.

It is optional but recommended to use one of the many build time tools such as AutoService to generate the necessary META-INF files automatically.