Package io.dapr.v1

Interface DaprAppCallbackProtos.BindingEventRequestOrBuilder

    • Method Detail

      • getName

        String getName()
         Required. The name of the input binding component.
         
        string name = 1;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         Required. The name of the input binding component.
         
        string name = 1;
        Returns:
        The bytes for name.
      • getData

        com.google.protobuf.ByteString getData()
         Required. The payload that the input bindings sent
         
        bytes data = 2;
        Returns:
        The data.
      • getMetadataCount

        int getMetadataCount()
         The metadata set by the input binging components.
         
        map<string, string> metadata = 3;
      • containsMetadata

        boolean containsMetadata​(String key)
         The metadata set by the input binging components.
         
        map<string, string> metadata = 3;
      • getMetadataMap

        Map<String,​String> getMetadataMap()
         The metadata set by the input binging components.
         
        map<string, string> metadata = 3;
      • getMetadataOrDefault

        String getMetadataOrDefault​(String key,
                                    String defaultValue)
         The metadata set by the input binging components.
         
        map<string, string> metadata = 3;
      • getMetadataOrThrow

        String getMetadataOrThrow​(String key)
         The metadata set by the input binging components.
         
        map<string, string> metadata = 3;