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

io.axoniq.axonserver.grpc.control.EventProcessorSegmentReferenceOrBuilder Maven / Gradle / Ivy

There is a newer version: 2024.1.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: control.proto

package io.axoniq.axonserver.grpc.control;

public interface EventProcessorSegmentReferenceOrBuilder extends
    // @@protoc_insertion_point(interface_extends:io.axoniq.axonserver.grpc.control.EventProcessorSegmentReference)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The name of the Event Processor 
   * 
* * string processor_name = 1; */ java.lang.String getProcessorName(); /** *
   * The name of the Event Processor 
   * 
* * string processor_name = 1; */ com.google.protobuf.ByteString getProcessorNameBytes(); /** *
   * The identifier of the Segment 
   * 
* * int32 segment_identifier = 2; */ int getSegmentIdentifier(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy