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

sawtooth.sdk.protobuf.EventSubscriptionOrBuilder Maven / Gradle / Ivy

Go to download

"Java classes generated from Sawtooth proto definition files, to interact with the component, consensus, and other validator interfaces"

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

package sawtooth.sdk.protobuf;

public interface EventSubscriptionOrBuilder extends
    // @@protoc_insertion_point(interface_extends:EventSubscription)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * EventSubscription is used when subscribing to events to specify the type
   * of events being subscribed to, along with any additional filters. See
   * validator/server/events/subscription.py for further explanation.
   * 
* * string event_type = 1; */ java.lang.String getEventType(); /** *
   * EventSubscription is used when subscribing to events to specify the type
   * of events being subscribed to, along with any additional filters. See
   * validator/server/events/subscription.py for further explanation.
   * 
* * string event_type = 1; */ com.google.protobuf.ByteString getEventTypeBytes(); /** * repeated .EventFilter filters = 2; */ java.util.List getFiltersList(); /** * repeated .EventFilter filters = 2; */ sawtooth.sdk.protobuf.EventFilter getFilters(int index); /** * repeated .EventFilter filters = 2; */ int getFiltersCount(); /** * repeated .EventFilter filters = 2; */ java.util.List getFiltersOrBuilderList(); /** * repeated .EventFilter filters = 2; */ sawtooth.sdk.protobuf.EventFilterOrBuilder getFiltersOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy