File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/main/java/com/rabbitmq/client Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 22
22
import com .rabbitmq .client .impl .CredentialsProvider ;
23
23
import com .rabbitmq .client .impl .DefaultCredentialsProvider ;
24
24
import com .rabbitmq .client .impl .DefaultExceptionHandler ;
25
+ import com .rabbitmq .client .impl .ErrorOnWriteListener ;
25
26
import com .rabbitmq .client .impl .FrameHandler ;
26
27
import com .rabbitmq .client .impl .FrameHandlerFactory ;
27
28
import com .rabbitmq .client .impl .SocketFrameHandlerFactory ;
@@ -1322,7 +1323,7 @@ public boolean isChannelShouldCheckRpcResponseType() {
1322
1323
1323
1324
/**
1324
1325
* Timeout (in ms) for work pool enqueueing.
1325
- * The {@link WorkPool} dispatches several types of responses
1326
+ * The {@link com.rabbitmq.client.impl. WorkPool} dispatches several types of responses
1326
1327
* from the broker (e.g. deliveries). A high-traffic
1327
1328
* client with slow consumers can exhaust the work pool and
1328
1329
* compromise the whole connection (by e.g. letting the broker
You can’t perform that action at this time.
0 commit comments