Class SimplePropertyValueConnectionNameStrategy
- java.lang.Object
-
- org.springframework.amqp.rabbit.connection.SimplePropertyValueConnectionNameStrategy
-
- All Implemented Interfaces:
ConnectionNameStrategy
,Aware
,EnvironmentAware
public class SimplePropertyValueConnectionNameStrategy extends java.lang.Object implements ConnectionNameStrategy, EnvironmentAware
AConnectionNameStrategy
that returns the value of a (required) property. If the property does not exist, the connection will be given the name of the property.- Since:
- 2.1
- Author:
- Gary Russell
-
-
Constructor Summary
Constructors Constructor Description SimplePropertyValueConnectionNameStrategy(java.lang.String propertyName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
obtainNewConnectionName(ConnectionFactory connectionFactory)
void
setEnvironment(Environment environment)
-
-
-
Method Detail
-
setEnvironment
public void setEnvironment(Environment environment)
- Specified by:
setEnvironment
in interfaceEnvironmentAware
-
obtainNewConnectionName
public java.lang.String obtainNewConnectionName(ConnectionFactory connectionFactory)
- Specified by:
obtainNewConnectionName
in interfaceConnectionNameStrategy
-
-