All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.aeron.archive.codecs.MetaAttribute Maven / Gradle / Ivy

There is a newer version: 1.46.2
Show newest version
/* Generated SBE (Simple Binary Encoding) message codec. */
package io.aeron.archive.codecs;

/**
 * Meta attribute enum for selecting a particular meta attribute value.
 */
 @SuppressWarnings("all")
public enum MetaAttribute
{
    /**
     * The epoch or start of time. Default is 'UNIX' which is midnight 1st January 1970 UTC.
     */
    EPOCH,

    /**
     * Time unit applied to the epoch. Can be second, millisecond, microsecond, or nanosecond.
     */
    TIME_UNIT,

    /**
     * The type relationship to a FIX tag value encoded type. For reference only.
     */
    SEMANTIC_TYPE,

    /**
     * Field presence indication. Can be optional, required, or constant.
     */
    PRESENCE
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy