io.axoniq.axonserver.grpc.ProcessingInstructionOrBuilder 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: common.proto
package io.axoniq.axonserver.grpc;
public interface ProcessingInstructionOrBuilder extends
// @@protoc_insertion_point(interface_extends:io.axoniq.axonserver.grpc.ProcessingInstruction)
com.google.protobuf.MessageOrBuilder {
/**
*
* The type of processing message.
*
*
* .io.axoniq.axonserver.grpc.ProcessingKey key = 1;
*/
int getKeyValue();
/**
*
* The type of processing message.
*
*
* .io.axoniq.axonserver.grpc.ProcessingKey key = 1;
*/
io.axoniq.axonserver.grpc.ProcessingKey getKey();
/**
*
* The value associated with the processing key.
*
*
* .io.axoniq.axonserver.grpc.MetaDataValue value = 2;
*/
boolean hasValue();
/**
*
* The value associated with the processing key.
*
*
* .io.axoniq.axonserver.grpc.MetaDataValue value = 2;
*/
io.axoniq.axonserver.grpc.MetaDataValue getValue();
/**
*
* The value associated with the processing key.
*
*
* .io.axoniq.axonserver.grpc.MetaDataValue value = 2;
*/
io.axoniq.axonserver.grpc.MetaDataValueOrBuilder getValueOrBuilder();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy