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

ndb-grpc-proto.1.0.1.source-code.eventstore_messages.proto Maven / Gradle / Ivy

There is a newer version: 1.3.6
Show newest version
syntax = "proto3";
package io.axoniq.axondb;
import "common_messages.proto";
option java_multiple_files = true;

message Event {
    /* A message id */
    string message_identifier = 1;

    string aggregate_identifier = 2;
    int64 aggregate_sequence_number = 3;
    string aggregate_type = 4;

    int64 timestamp = 5;

    io.axoniq.platform.SerializedObject payload = 6;
    map meta_data = 7;
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy