com.salesforce.eventbus.protobuf.PublishResultOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: pubsub_api.proto
package com.salesforce.eventbus.protobuf;
public interface PublishResultOrBuilder extends
// @@protoc_insertion_point(interface_extends:eventbus.v1.PublishResult)
com.google.protobuf.MessageOrBuilder {
/**
*
* Replay ID of the event
*
*
* bytes replay_id = 1;
* @return The replayId.
*/
com.google.protobuf.ByteString getReplayId();
/**
*
* Publish error if any
*
*
* .eventbus.v1.Error error = 2;
* @return Whether the error field is set.
*/
boolean hasError();
/**
*
* Publish error if any
*
*
* .eventbus.v1.Error error = 2;
* @return The error.
*/
com.salesforce.eventbus.protobuf.Error getError();
/**
*
* Publish error if any
*
*
* .eventbus.v1.Error error = 2;
*/
com.salesforce.eventbus.protobuf.ErrorOrBuilder getErrorOrBuilder();
/**
*
* Correlation key of the ProducerEvent
*
*
* string correlationKey = 3;
* @return The correlationKey.
*/
java.lang.String getCorrelationKey();
/**
*
* Correlation key of the ProducerEvent
*
*
* string correlationKey = 3;
* @return The bytes for correlationKey.
*/
com.google.protobuf.ByteString
getCorrelationKeyBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy