Class EchoRequest

    • Constructor Detail

      • EchoRequest

        public EchoRequest()
      • EchoRequest

        public EchoRequest​(String message)
    • Method Detail

      • setId

        public void setId​(Long id)
      • getId

        public Long getId()
      • setMessage

        public void setMessage​(String message)
      • getMessage

        public String getMessage()
      • getBody

        public String getBody()
      • setBody

        public void setBody​(String body)
        Set body when there is large message typically >500KB
        Parameters:
        body - set body
      • setLocation

        public void setLocation​(String location)
      • getLocation

        public String getLocation()
        Description copied from interface: RpcRequest
        Used to route the request to the appropriate location.
        Specified by:
        getLocation in interface RpcRequest
      • setSystemId

        public void setSystemId​(String systemId)
      • getSystemId

        public String getSystemId()
        Description copied from interface: RpcRequest
        Used to route the request to a particular system at the given location.
        Specified by:
        getSystemId in interface RpcRequest
      • setTimeToLiveMs

        public void setTimeToLiveMs​(Long timeToLiveMs)
      • getTimeToLiveMs

        public Long getTimeToLiveMs()
        Description copied from interface: RpcRequest
        When using JMS, the request will fail if no response was received in this many milliseconds.
        Specified by:
        getTimeToLiveMs in interface RpcRequest
      • getTracingInfo

        public Map<String,​String> getTracingInfo()
        Description copied from interface: RpcRequest
        RPC clients expose tracing info as tags there by giving more context to each RPC trace. Implementations should add tags defined above if they are available.
        Specified by:
        getTracingInfo in interface RpcRequest
      • getSpan

        public io.opentracing.Span getSpan()
        Specified by:
        getSpan in interface RpcRequest
      • addTracingInfo

        public void addTracingInfo​(String key,
                                   String value)
      • setDelay

        public void setDelay​(Long delay)
      • getDelay

        public Long getDelay()
      • shouldThrow

        public void shouldThrow​(boolean shouldThrow)
      • shouldThrow

        public boolean shouldThrow()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object