Skip to content

Commit

Permalink
Lower visibility of GenericMqttConsumingClient
Browse files Browse the repository at this point in the history
  • Loading branch information
dimabarbul committed Nov 17, 2023
1 parent 18fbcaa commit eaeac18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* buffers messages until {@code stopBufferingPublishes} is called.
* This interface abstracts MQTT protocol version 3 and 5.
*/
public interface GenericMqttConsumingClient extends Disposable {
interface GenericMqttConsumingClient extends Disposable {

/**
* Consumes all publishes.
Expand Down

0 comments on commit eaeac18

Please sign in to comment.