io.axoniq.axonserver.grpc.event.ScheduleTokenOrBuilder 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 ScheduleTokenOrBuilder extends
// @@protoc_insertion_point(interface_extends:io.axoniq.axonserver.grpc.event.ScheduleToken)
com.google.protobuf.MessageOrBuilder {
/**
*
* Field defining the token identifier
*
*
* string token = 1;
*/
java.lang.String getToken();
/**
*
* Field defining the token identifier
*
*
* string token = 1;
*/
com.google.protobuf.ByteString
getTokenBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy