io.axoniq.axonserver.grpc.event.RescheduleEventRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: event.proto
package io.axoniq.axonserver.grpc.event;
public interface RescheduleEventRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:io.axoniq.axonserver.grpc.event.RescheduleEventRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* optional token of scheduled event to cancel
*
*
* string token = 1;
*/
java.lang.String getToken();
/**
*
* optional token of scheduled event to cancel
*
*
* string token = 1;
*/
com.google.protobuf.ByteString
getTokenBytes();
/**
*
* timestamp when to publish the event
*
*
* int64 instant = 2;
*/
long getInstant();
/**
*
* the event to publish
*
*
* .io.axoniq.axonserver.grpc.event.Event event = 3;
*/
boolean hasEvent();
/**
*
* the event to publish
*
*
* .io.axoniq.axonserver.grpc.event.Event event = 3;
*/
io.axoniq.axonserver.grpc.event.Event getEvent();
/**
*
* the event to publish
*
*
* .io.axoniq.axonserver.grpc.event.Event event = 3;
*/
io.axoniq.axonserver.grpc.event.EventOrBuilder getEventOrBuilder();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy