Class SbeSchema.IrOptions

java.lang.Object
org.apache.beam.sdk.extensions.sbe.SbeSchema.IrOptions
All Implemented Interfaces:
Serializable
Enclosing class:
SbeSchema

public abstract static class SbeSchema.IrOptions extends Object implements Serializable
Options for configuring schema generation from an Ir.

The default options make the following assumptions:

    There is only message in the XML schema. In order to override this, either messageId() or messageName() must be set, but not both.

See Also: