File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
main/java/org/springframework/amqp/rabbit/core
test/java/org/springframework/amqp/rabbit/listener Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
- package org .springframework .amqp .rabbit .listener ;
17
+ package org .springframework .amqp .rabbit .core ;
18
18
19
19
import java .util .Map ;
20
20
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
- package org .springframework .amqp .rabbit .listener ;
17
+ package org .springframework .amqp .rabbit .core ;
18
18
19
19
import java .util .Arrays ;
20
20
32
32
import org .springframework .amqp .rabbit .connection .Connection ;
33
33
import org .springframework .amqp .rabbit .connection .ConnectionFactory ;
34
34
import org .springframework .amqp .rabbit .connection .ConnectionListener ;
35
- import org .springframework .amqp .rabbit .core .RabbitAdmin ;
35
+ import org .springframework .amqp .rabbit .listener .AbstractMessageListenerContainer ;
36
+ import org .springframework .amqp .rabbit .listener .DirectMessageListenerContainer ;
36
37
import org .springframework .context .ApplicationEventPublisher ;
37
38
import org .springframework .context .ApplicationEventPublisherAware ;
38
39
import org .springframework .context .SmartLifecycle ;
Original file line number Diff line number Diff line change 29
29
import org .springframework .amqp .core .Queue ;
30
30
import org .springframework .amqp .rabbit .connection .CachingConnectionFactory ;
31
31
import org .springframework .amqp .rabbit .connection .ConnectionFactory ;
32
+ import org .springframework .amqp .rabbit .core .BrokerEvent ;
33
+ import org .springframework .amqp .rabbit .core .BrokerEventListener ;
32
34
import org .springframework .amqp .rabbit .core .RabbitAdmin ;
33
35
import org .springframework .amqp .rabbit .junit .RabbitAvailable ;
34
36
import org .springframework .amqp .rabbit .junit .RabbitAvailableCondition ;
You can’t perform that action at this time.
0 commit comments