
com.eventstore.dbclient.SystemMetadataKeys Maven / Gradle / Ivy
package com.eventstore.dbclient;
class SystemMetadataKeys {
static final String CONTENT_TYPE = "content-type";
static final String CREATED = "created";
static final String IS_JSON = "is-json";
static final String TYPE = "type";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy