io.axoniq.axonserver.grpc.control.EventProcessorReferenceOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: control.proto
package io.axoniq.axonserver.grpc.control;
public interface EventProcessorReferenceOrBuilder extends
// @@protoc_insertion_point(interface_extends:io.axoniq.axonserver.grpc.control.EventProcessorReference)
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();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy