Uses of Interface
org.springframework.amqp.core.NamingStrategy
Packages that use NamingStrategy
Package
Description
Provides core classes for the spring AMQP abstraction.
-
Uses of NamingStrategy in org.springframework.amqp.core
Classes in org.springframework.amqp.core that implement NamingStrategyModifier and TypeClassDescriptionclassGenerates names with the form<prefix><base64url>where 'prefix' is 'spring.gen-' by default (e.g.classGenerates names usingUUID.randomUUID().Constructors in org.springframework.amqp.core with parameters of type NamingStrategyModifierConstructorDescriptionAnonymousQueue(NamingStrategy namingStrategy) Construct a queue with a name provided by the supplied naming strategy.AnonymousQueue(NamingStrategy namingStrategy, Map<String, Object> arguments) Construct a queue with a name provided by the supplied naming strategy with the supplied arguments.