io.axoniq.axonserver.grpc.event.PayloadDescriptionOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of axonserver-connector-java Show documentation
Show all versions of axonserver-connector-java Show documentation
Connector module providing infrastructure components that connect to AxonServer.
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: event.proto
package io.axoniq.axonserver.grpc.event;
public interface PayloadDescriptionOrBuilder extends
// @@protoc_insertion_point(interface_extends:io.axoniq.axonserver.grpc.event.PayloadDescription)
com.google.protobuf.MessageOrBuilder {
/**
*
* The type identifier of the Payload
*
*
* string type = 1;
*/
java.lang.String getType();
/**
*
* The type identifier of the Payload
*
*
* string type = 1;
*/
com.google.protobuf.ByteString
getTypeBytes();
/**
*
* The revision of the Payload Type
*
*
* string revision = 2;
*/
java.lang.String getRevision();
/**
*
* The revision of the Payload Type
*
*
* string revision = 2;
*/
com.google.protobuf.ByteString
getRevisionBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy