Interface EventOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Event, Event.Builder

    public interface EventOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      boolean containsAttributes​(java.lang.String key)
      map<string, string> attributes = 15;
      java.util.Map<java.lang.String,​java.lang.String> getAttributes()
      Deprecated.
      int getAttributesCount()
      map<string, string> attributes = 15;
      java.util.Map<java.lang.String,​java.lang.String> getAttributesMap()
      map<string, string> attributes = 15;
      java.lang.String getAttributesOrDefault​(java.lang.String key, java.lang.String defaultValue)
      map<string, string> attributes = 15;
      java.lang.String getAttributesOrThrow​(java.lang.String key)
      map<string, string> attributes = 15;
      com.google.protobuf.ByteString getKey()
      bytes key = 2;
      java.lang.String getOrderingKey()
      string ordering_key = 1 [(.dev.restate.ext.field) = KEY];
      com.google.protobuf.ByteString getOrderingKeyBytes()
      string ordering_key = 1 [(.dev.restate.ext.field) = KEY];
      com.google.protobuf.ByteString getPayload()
      bytes payload = 3;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getOrderingKey

        java.lang.String getOrderingKey()
        string ordering_key = 1 [(.dev.restate.ext.field) = KEY];
        Returns:
        The orderingKey.
      • getOrderingKeyBytes

        com.google.protobuf.ByteString getOrderingKeyBytes()
        string ordering_key = 1 [(.dev.restate.ext.field) = KEY];
        Returns:
        The bytes for orderingKey.
      • getKey

        com.google.protobuf.ByteString getKey()
        bytes key = 2;
        Returns:
        The key.
      • getPayload

        com.google.protobuf.ByteString getPayload()
        bytes payload = 3;
        Returns:
        The payload.
      • getAttributesCount

        int getAttributesCount()
        map<string, string> attributes = 15;
      • containsAttributes

        boolean containsAttributes​(java.lang.String key)
        map<string, string> attributes = 15;
      • getAttributes

        @Deprecated
        java.util.Map<java.lang.String,​java.lang.String> getAttributes()
        Deprecated.
        Use getAttributesMap() instead.
      • getAttributesMap

        java.util.Map<java.lang.String,​java.lang.String> getAttributesMap()
        map<string, string> attributes = 15;
      • getAttributesOrDefault

        java.lang.String getAttributesOrDefault​(java.lang.String key,
                                                java.lang.String defaultValue)
        map<string, string> attributes = 15;
      • getAttributesOrThrow

        java.lang.String getAttributesOrThrow​(java.lang.String key)
        map<string, string> attributes = 15;