Package org.springframework.amqp.core
Class AbstractBuilder
java.lang.Object
org.springframework.amqp.core.AbstractBuilder
- Direct Known Subclasses:
ExchangeBuilder
,QueueBuilder
Base class for builders supporting arguments.
- Since:
- 1.6
- Author:
- Gary Russell
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturn the arguments map, after creating one if necessary.
-
Constructor Details
-
AbstractBuilder
public AbstractBuilder()
-
-
Method Details
-
getOrCreateArguments
Return the arguments map, after creating one if necessary.- Returns:
- the arguments.
-
getArguments
-