Class EssentialSubscriptionData

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  EssentialSubscriptionData.Builder
      Protobuf type streamlayer.triggers.EssentialSubscriptionData
      • Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageLite

        com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,​?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,​BuilderType>,​BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,​BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,​BuilderType>,​BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,​BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,​BuilderType>,​BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,​BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,​Type extends java.lang.Object>, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm
      • Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite

        com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
    • Method Detail

      • getRoute

        public java.lang.String getRoute()
         amqp route to which a message will be sent upon trigger activation
         
        string route = 1 [json_name = "route"];
        Specified by:
        getRoute in interface EssentialSubscriptionDataOrBuilder
        Returns:
        The route.
      • getRouteBytes

        public com.google.protobuf.ByteString getRouteBytes()
         amqp route to which a message will be sent upon trigger activation
         
        string route = 1 [json_name = "route"];
        Specified by:
        getRouteBytes in interface EssentialSubscriptionDataOrBuilder
        Returns:
        The bytes for route.
      • getEntityBytes

        public com.google.protobuf.ByteString getEntityBytes()
         entity subscribed
         
        string entity = 2 [json_name = "entity"];
        Specified by:
        getEntityBytes in interface EssentialSubscriptionDataOrBuilder
        Returns:
        The bytes for entity.
      • getEntityIdBytes

        public com.google.protobuf.ByteString getEntityIdBytes()
         entity identifier
         
        string entity_id = 3 [json_name = "entityId"];
        Specified by:
        getEntityIdBytes in interface EssentialSubscriptionDataOrBuilder
        Returns:
        The bytes for entityId.
      • getPayloadMap

        public java.util.Map<java.lang.String,​java.lang.String> getPayloadMap()
         message payload
         
        map<string, string> payload = 4 [json_name = "payload"];
        Specified by:
        getPayloadMap in interface EssentialSubscriptionDataOrBuilder
      • getPayloadOrDefault

        public java.lang.String getPayloadOrDefault​(java.lang.String key,
                                                    java.lang.String defaultValue)
         message payload
         
        map<string, string> payload = 4 [json_name = "payload"];
        Specified by:
        getPayloadOrDefault in interface EssentialSubscriptionDataOrBuilder
      • getOptionsMap

        public java.util.Map<java.lang.String,​java.lang.String> getOptionsMap()
         amqp options
         
        map<string, string> options = 5 [json_name = "options"];
        Specified by:
        getOptionsMap in interface EssentialSubscriptionDataOrBuilder
      • getOptionsOrDefault

        public java.lang.String getOptionsOrDefault​(java.lang.String key,
                                                    java.lang.String defaultValue)
         amqp options
         
        map<string, string> options = 5 [json_name = "options"];
        Specified by:
        getOptionsOrDefault in interface EssentialSubscriptionDataOrBuilder
      • parseFrom

        public static EssentialSubscriptionData parseFrom​(java.nio.ByteBuffer data)
                                                   throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static EssentialSubscriptionData parseFrom​(java.nio.ByteBuffer data,
                                                          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                   throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static EssentialSubscriptionData parseFrom​(com.google.protobuf.ByteString data)
                                                   throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static EssentialSubscriptionData parseFrom​(com.google.protobuf.ByteString data,
                                                          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                   throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static EssentialSubscriptionData parseFrom​(byte[] data)
                                                   throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static EssentialSubscriptionData parseFrom​(byte[] data,
                                                          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                   throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static EssentialSubscriptionData parseFrom​(java.io.InputStream input)
                                                   throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static EssentialSubscriptionData parseFrom​(java.io.InputStream input,
                                                          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                   throws java.io.IOException
        Throws:
        java.io.IOException
      • parseDelimitedFrom

        public static EssentialSubscriptionData parseDelimitedFrom​(java.io.InputStream input)
                                                            throws java.io.IOException
        Throws:
        java.io.IOException
      • parseDelimitedFrom

        public static EssentialSubscriptionData parseDelimitedFrom​(java.io.InputStream input,
                                                                   com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                            throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static EssentialSubscriptionData parseFrom​(com.google.protobuf.CodedInputStream input)
                                                   throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static EssentialSubscriptionData parseFrom​(com.google.protobuf.CodedInputStream input,
                                                          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                   throws java.io.IOException
        Throws:
        java.io.IOException
      • dynamicMethod

        protected final java.lang.Object dynamicMethod​(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
                                                       java.lang.Object arg0,
                                                       java.lang.Object arg1)
        Specified by:
        dynamicMethod in class com.google.protobuf.GeneratedMessageLite<EssentialSubscriptionData,​EssentialSubscriptionData.Builder>