Skip to content

Commit

Permalink
Added javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
cbommas committed Dec 31, 2018
1 parent 6b221ca commit eb5cfb3
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,13 @@ public Builder awsConfiguration(AWSConfiguration awsConfiguration) {
return this;
}

/**
* Specify automatic reconnection for Subscriptions in case of errors. Reconnection is enabled by default.
* @param subscriptionsAutoReconnect true to to enable and false to disable automatic reconnection of subscriptions.
*
*
* @return the builder object
*/
public Builder subscriptionsAutoReconnect( boolean subscriptionsAutoReconnect) {
mSubscriptionsAutoReconnect = subscriptionsAutoReconnect;
return this;
Expand Down

0 comments on commit eb5cfb3

Please sign in to comment.