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 2222import com .rabbitmq .client .impl .CredentialsProvider ;
2323import com .rabbitmq .client .impl .DefaultCredentialsProvider ;
2424import com .rabbitmq .client .impl .DefaultExceptionHandler ;
25+ import com .rabbitmq .client .impl .ErrorOnWriteListener ;
2526import com .rabbitmq .client .impl .FrameHandler ;
2627import com .rabbitmq .client .impl .FrameHandlerFactory ;
2728import com .rabbitmq .client .impl .SocketFrameHandlerFactory ;
@@ -1322,7 +1323,7 @@ public boolean isChannelShouldCheckRpcResponseType() {
13221323
13231324 /**
13241325 * 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
13261327 * from the broker (e.g. deliveries). A high-traffic
13271328 * client with slow consumers can exhaust the work pool and
13281329 * compromise the whole connection (by e.g. letting the broker
You can’t perform that action at this time.
0 commit comments