Class SetHeartbeat.Request

    • Constructor Detail

      • Request

        public Request​(String messageId,
                       boolean enable)
        Parameters:
        enable - Starts/Stops emitting heartbeat messages
    • Method Detail

      • getResponseType

        public Class<?> getResponseType()
        Description copied from class: BaseRequest
        Response type class to map the response to the correct datatype.
        Specified by:
        getResponseType in class BaseRequest