Interface RpcRequest

    • Method Detail

      • getLocation

        String getLocation()
        Used to route the request to the appropriate location.
      • getSystemId

        String getSystemId()
        Used to route the request to a particular system at the given location.
      • getTimeToLiveMs

        Long getTimeToLiveMs()
        When using JMS, the request will fail if no response was received in this many milliseconds.
      • getTracingInfo

        Map<String,​String> getTracingInfo()
        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.
      • getSpan

        io.opentracing.Span getSpan()