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

com.salesforce.eventbus.protobuf.ConsumerEventOrBuilder Maven / Gradle / Ivy

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

package com.salesforce.eventbus.protobuf;

public interface ConsumerEventOrBuilder extends
    // @@protoc_insertion_point(interface_extends:eventbus.v1.ConsumerEvent)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The event with fields identical to ProducerEvent
   * 
* * .eventbus.v1.ProducerEvent event = 1; * @return Whether the event field is set. */ boolean hasEvent(); /** *
   * The event with fields identical to ProducerEvent
   * 
* * .eventbus.v1.ProducerEvent event = 1; * @return The event. */ com.salesforce.eventbus.protobuf.ProducerEvent getEvent(); /** *
   * The event with fields identical to ProducerEvent
   * 
* * .eventbus.v1.ProducerEvent event = 1; */ com.salesforce.eventbus.protobuf.ProducerEventOrBuilder getEventOrBuilder(); /** *
   * The replay ID of the event.
   * A subscriber app can store the replay ID. When the app restarts, it can resume subscription
   * starting from events in the event bus after the event with that replay ID.
   * 
* * bytes replay_id = 2; * @return The replayId. */ com.google.protobuf.ByteString getReplayId(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy