File tree Expand file tree Collapse file tree 14 files changed +21
-13
lines changed
spring-integration-amqp/src/main/java/org/springframework/integration/amqp Expand file tree Collapse file tree 14 files changed +21
-13
lines changed Original file line number Diff line number Diff line change 2222import java .util .Map ;
2323import java .util .concurrent .atomic .AtomicBoolean ;
2424
25+ import org .jspecify .annotations .Nullable ;
26+
2527import org .springframework .amqp .core .AmqpAdmin ;
2628import org .springframework .amqp .core .AmqpTemplate ;
2729import org .springframework .amqp .core .Queue ;
3234import org .springframework .integration .channel .ExecutorChannelInterceptorAware ;
3335import org .springframework .integration .support .management .metrics .CounterFacade ;
3436import org .springframework .integration .support .management .metrics .MetricsCaptor ;
35- import org .jspecify .annotations .Nullable ;
3637import org .springframework .messaging .Message ;
3738import org .springframework .messaging .PollableChannel ;
3839import org .springframework .messaging .support .ChannelInterceptor ;
Original file line number Diff line number Diff line change 2121import java .util .concurrent .Executor ;
2222
2323import org .aopalliance .aop .Advice ;
24+ import org .jspecify .annotations .Nullable ;
2425
2526import org .springframework .amqp .core .AcknowledgeMode ;
2627import org .springframework .amqp .core .AmqpAdmin ;
4647import org .springframework .integration .amqp .channel .PublishSubscribeAmqpChannel ;
4748import org .springframework .integration .amqp .support .AmqpHeaderMapper ;
4849import org .springframework .integration .amqp .support .DefaultAmqpHeaderMapper ;
49- import org .jspecify .annotations .Nullable ;
5050import org .springframework .messaging .support .ChannelInterceptor ;
5151import org .springframework .transaction .PlatformTransactionManager ;
5252import org .springframework .transaction .interceptor .TransactionAttribute ;
Original file line number Diff line number Diff line change 1616
1717package org .springframework .integration .amqp .dsl ;
1818
19+ import org .jspecify .annotations .Nullable ;
20+
1921import org .springframework .amqp .core .AmqpTemplate ;
2022import org .springframework .amqp .core .Queue ;
2123import org .springframework .amqp .rabbit .AsyncRabbitTemplate ;
2426import org .springframework .amqp .rabbit .listener .SimpleMessageListenerContainer ;
2527import org .springframework .integration .amqp .channel .PollableAmqpChannel ;
2628import org .springframework .integration .amqp .inbound .AmqpMessageSource .AmqpAckCallbackFactory ;
27- import org .jspecify .annotations .Nullable ;
2829
2930/**
3031 * Factory class for AMQP components.
Original file line number Diff line number Diff line change 1616
1717package org .springframework .integration .amqp .dsl ;
1818
19+ import org .jspecify .annotations .Nullable ;
20+
1921import org .springframework .amqp .core .MessageDeliveryMode ;
2022import org .springframework .amqp .rabbit .connection .ConnectionFactory ;
2123import org .springframework .amqp .rabbit .support .MessagePropertiesConverter ;
2628import org .springframework .integration .amqp .config .AmqpChannelFactoryBean ;
2729import org .springframework .integration .amqp .support .AmqpHeaderMapper ;
2830import org .springframework .integration .dsl .MessageChannelSpec ;
29- import org .jspecify .annotations .Nullable ;
3031import org .springframework .util .Assert ;
3132
3233/**
Original file line number Diff line number Diff line change 1818
1919import com .rabbitmq .stream .Codec ;
2020import com .rabbitmq .stream .Environment ;
21-
2221import org .jspecify .annotations .Nullable ;
22+
2323import org .springframework .rabbit .stream .listener .StreamListenerContainer ;
2424import org .springframework .rabbit .stream .producer .RabbitStreamTemplate ;
2525
Original file line number Diff line number Diff line change 2020
2121import com .rabbitmq .stream .Codec ;
2222import com .rabbitmq .stream .Environment ;
23-
2423import org .jspecify .annotations .Nullable ;
24+
2525import org .springframework .rabbit .stream .listener .StreamListenerContainer ;
2626
2727/**
Original file line number Diff line number Diff line change 2121import com .rabbitmq .stream .Codec ;
2222import com .rabbitmq .stream .Environment ;
2323import org .aopalliance .aop .Advice ;
24-
2524import org .jspecify .annotations .Nullable ;
25+
2626import org .springframework .rabbit .stream .listener .ConsumerCustomizer ;
2727import org .springframework .rabbit .stream .listener .StreamListenerContainer ;
2828import org .springframework .rabbit .stream .support .converter .StreamMessageConverter ;
Original file line number Diff line number Diff line change 2323import java .util .concurrent .atomic .AtomicInteger ;
2424
2525import com .rabbitmq .client .Channel ;
26+ import org .jspecify .annotations .Nullable ;
2627
2728import org .springframework .amqp .core .AcknowledgeMode ;
2829import org .springframework .amqp .core .Message ;
4849import org .springframework .integration .context .OrderlyShutdownCapable ;
4950import org .springframework .integration .endpoint .MessageProducerSupport ;
5051import org .springframework .integration .support .ErrorMessageUtils ;
51- import org .jspecify .annotations .Nullable ;
5252import org .springframework .messaging .MessageChannel ;
5353import org .springframework .retry .RecoveryCallback ;
5454import org .springframework .retry .RetryOperations ;
Original file line number Diff line number Diff line change 2626import java .util .concurrent .locks .Lock ;
2727import java .util .concurrent .locks .ReentrantLock ;
2828
29+ import org .jspecify .annotations .Nullable ;
30+
2931import org .springframework .amqp .core .MessageDeliveryMode ;
3032import org .springframework .amqp .core .ReturnedMessage ;
3133import org .springframework .amqp .rabbit .connection .Connection ;
4951import org .springframework .integration .support .DefaultErrorMessageStrategy ;
5052import org .springframework .integration .support .ErrorMessageStrategy ;
5153import org .springframework .integration .support .management .ManageableLifecycle ;
52- import org .jspecify .annotations .Nullable ;
5354import org .springframework .messaging .Message ;
5455import org .springframework .messaging .MessageChannel ;
5556import org .springframework .util .Assert ;
Original file line number Diff line number Diff line change 1919import java .util .HashMap ;
2020import java .util .Map ;
2121
22+ import org .jspecify .annotations .Nullable ;
23+
2224import org .springframework .amqp .support .AmqpHeaders ;
2325import org .springframework .core .AttributeAccessor ;
2426import org .springframework .integration .IntegrationMessageHeaderAccessor ;
2527import org .springframework .integration .support .ErrorMessageStrategy ;
2628import org .springframework .integration .support .ErrorMessageUtils ;
27- import org .jspecify .annotations .Nullable ;
2829import org .springframework .messaging .Message ;
2930import org .springframework .messaging .support .ErrorMessage ;
3031
You can’t perform that action at this time.
0 commit comments