Class ArtemisProperties.Embedded
java.lang.Object
org.springframework.boot.artemis.autoconfigure.ArtemisProperties.Embedded
- Enclosing class:
ArtemisProperties
Configuration for an embedded Artemis server.
- Since:
- 4.0.0
- Author:
- EddĂș MelĂ©ndez, Stephane Nicoll, Justin Bertram
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates the minimal transport parameters for an embedded transport configuration.@Nullable StringString[]intString[]booleanbooleanbooleanvoidsetClusterPassword(String clusterPassword) voidsetDataDirectory(@Nullable String dataDirectory) voidsetEnabled(boolean enabled) voidsetPersistent(boolean persistent) voidvoidsetServerId(int serverId) void
-
Constructor Details
-
Embedded
public Embedded()
-
-
Method Details
-
getServerId
public int getServerId() -
setServerId
public void setServerId(int serverId) -
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
isPersistent
public boolean isPersistent() -
setPersistent
public void setPersistent(boolean persistent) -
getDataDirectory
-
setDataDirectory
-
getQueues
-
setQueues
-
getTopics
-
setTopics
-
getClusterPassword
-
setClusterPassword
-
isDefaultClusterPassword
public boolean isDefaultClusterPassword() -
generateTransportParameters
-