File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
spring-integration-mqtt/src/main/java/org/springframework/integration/mqtt Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 37
37
import org .springframework .integration .mqtt .core .MqttPahoClientFactory ;
38
38
import org .springframework .integration .mqtt .core .MqttPahoComponent ;
39
39
import org .springframework .integration .mqtt .event .MqttConnectionFailedEvent ;
40
- import org .springframework .integration .mqtt .event .MqttIntegrationEvent ;
41
40
import org .springframework .integration .mqtt .event .MqttSubscribedEvent ;
42
41
import org .springframework .integration .mqtt .support .MqttUtils ;
43
42
import org .springframework .integration .support .AbstractIntegrationMessageBuilder ;
46
45
import org .springframework .util .Assert ;
47
46
48
47
/**
49
- * Eclipse Paho Implementation. When consuming {@link MqttIntegrationEvent}s published by
50
- * this component use {@code MqttPahoComponent adapter = event.getSourceAsType()} to get a
48
+ * Eclipse Paho Implementation. When consuming {@link org.springframework.integration.mqtt.event. MqttIntegrationEvent}s
49
+ * published by this component use {@code MqttPahoComponent adapter = event.getSourceAsType()} to get a
51
50
* reference, allowing you to obtain the bean name and {@link MqttConnectOptions}. This
52
51
* technique allows consumption of events from both inbound and outbound endpoints in the
53
52
* same event listener.
@@ -423,7 +422,7 @@ public void deliveryComplete(IMqttDeliveryToken token) {
423
422
}
424
423
425
424
/**
426
- * Used to complete message arrival when {@link AckMode#MANUAL} .
425
+ * Used to complete message arrival when {@link #manualAcks} is true .
427
426
*
428
427
* @since 5.3
429
428
*/
Original file line number Diff line number Diff line change 29
29
import org .springframework .integration .mqtt .core .MqttPahoClientFactory ;
30
30
import org .springframework .integration .mqtt .core .MqttPahoComponent ;
31
31
import org .springframework .integration .mqtt .event .MqttConnectionFailedEvent ;
32
- import org .springframework .integration .mqtt .event .MqttIntegrationEvent ;
33
32
import org .springframework .integration .mqtt .event .MqttMessageDeliveredEvent ;
34
33
import org .springframework .integration .mqtt .event .MqttMessageSentEvent ;
35
34
import org .springframework .integration .mqtt .support .MqttMessageConverter ;
40
39
import org .springframework .util .Assert ;
41
40
42
41
/**
43
- * Eclipse Paho Implementation. When consuming {@link MqttIntegrationEvent}s published by
44
- * this component use {@code MqttPahoComponent handler = event.getSourceAsType()} to get a
42
+ * Eclipse Paho Implementation. When consuming {@link org.springframework.integration.mqtt.event. MqttIntegrationEvent}s
43
+ * published by this component use {@code MqttPahoComponent handler = event.getSourceAsType()} to get a
45
44
* reference, allowing you to obtain the bean name and {@link MqttConnectOptions}. This
46
45
* technique allows consumption of events from both inbound and outbound endpoints in the
47
46
* same event listener.
You can’t perform that action at this time.
0 commit comments