Skip to content

Commit

Permalink
Update MessageAccessPointHolder.java
Browse files Browse the repository at this point in the history
  • Loading branch information
whdwsl committed Oct 16, 2020
1 parent 288a90e commit 03fd93d
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

/**
* MessageAccessPointHolder
*
*
* author: gaohaoxiang
* date: 2019/5/14
*/
Expand All @@ -42,6 +42,7 @@ public void stopProducer() {
maybeStop();
}

/** start producer */
public void startProducer() {
producers++;
}
Expand All @@ -61,4 +62,4 @@ protected void maybeStop() {
}
messageAccessPoint.stop();
}
}
}

0 comments on commit 03fd93d

Please sign in to comment.