Class MessagePropertyProcessor.PropertySetter

    • Method Detail

      • getRoute

        public com.yahoo.messagebus.routing.Route getRoute()
      • setRoute

        public void setRoute​(com.yahoo.messagebus.routing.Route route)
      • getPriority

        public com.yahoo.documentapi.messagebus.protocol.DocumentProtocol.Priority getPriority()
      • setPriority

        public void setPriority​(com.yahoo.documentapi.messagebus.protocol.DocumentProtocol.Priority priority)
      • getAbortOnDocumentError

        public boolean getAbortOnDocumentError()
      • getAbortOnFeedError

        public boolean getAbortOnFeedError()
      • getCreateIfNonExistent

        public boolean getCreateIfNonExistent()
      • process

        public void process​(com.yahoo.messagebus.Message msg)
        Specified by:
        process in interface MessageProcessor