src/main/java/com/revo/deployr/client/broker/engine/BackgroundTaskBroker.java [43:54]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            throws RClientException,
            RSecurityException,
            RDataException,
            RGridException,
            RBrokerException {


        super((RBrokerConfig) brokerConfig);

        this.rClient =
                RClientFactory.createClient(brokerConfig.deployrEndpoint,
                                            brokerConfig.allowSelfSignedSSLCert);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/com/revo/deployr/client/broker/engine/DiscreteTaskBroker.java [37:47]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            throws RClientException,
            RSecurityException,
            RDataException,
            RGridException,
            RBrokerException {

        super((RBrokerConfig) brokerConfig);

        this.rClient =
                RClientFactory.createClient(brokerConfig.deployrEndpoint,
                                            brokerConfig.allowSelfSignedSSLCert);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



