Class ResponsePath


  • public class ResponsePath
    extends Object
    A response path is a pair of values - MQTT topic and a JSON path - that describe how a response to an MQTT-based request may arrive. For a given request type, there may be multiple response paths and each one is associated with a separate JSON schema for the response body.
    • Method Detail

      • builder

        public static ResponsePath.ResponsePathBuilder builder()
        Creates a new builder instance for ResponsePath instances.
        Returns:
        a new builder instance for ResponsePath instances