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

io.axoniq.axonserver.grpc.event.CancelScheduledEventRequestOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: event.proto

package io.axoniq.axonserver.grpc.event;

public interface CancelScheduledEventRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:io.axoniq.axonserver.grpc.event.CancelScheduledEventRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * token of scheduled event to cancel 
   * 
* * string token = 1; */ java.lang.String getToken(); /** *
   * token of scheduled event to cancel 
   * 
* * string token = 1; */ com.google.protobuf.ByteString getTokenBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy