Index

A B C E G I L N O S U V 
All Classes and Interfaces|All Packages

A

ArtemisAutoConfiguration - Class in org.springframework.boot.artemis.autoconfigure
Auto-configuration to integrate with an Artemis broker.
ArtemisAutoConfiguration() - Constructor for class org.springframework.boot.artemis.autoconfigure.ArtemisAutoConfiguration
 
ArtemisConfigurationCustomizer - Interface in org.springframework.boot.artemis.autoconfigure
Callback interface that can be implemented by beans wishing to customize the Artemis JMS server Configuration to fine-tune its auto-configuration before it is used by the auto-configured EmbeddedActiveMQ instance.
ArtemisConnectionDetails - Interface in org.springframework.boot.artemis.autoconfigure
Details required to establish a connection to an Artemis service.
ArtemisMode - Enum Class in org.springframework.boot.artemis.autoconfigure
Define the mode in which Artemis can operate.
ArtemisNoOpBindingRegistry - Class in org.springframework.boot.artemis.autoconfigure
A no-op implementation of the BindingRegistry.
ArtemisNoOpBindingRegistry() - Constructor for class org.springframework.boot.artemis.autoconfigure.ArtemisNoOpBindingRegistry
 
ArtemisProperties - Class in org.springframework.boot.artemis.autoconfigure
Configuration properties for Artemis.
ArtemisProperties() - Constructor for class org.springframework.boot.artemis.autoconfigure.ArtemisProperties
 
ArtemisProperties.Embedded - Class in org.springframework.boot.artemis.autoconfigure
Configuration for an embedded Artemis server.

B

bind(String, Object) - Method in class org.springframework.boot.artemis.autoconfigure.ArtemisNoOpBindingRegistry
 

C

close() - Method in class org.springframework.boot.artemis.autoconfigure.ArtemisNoOpBindingRegistry
 
customize(Configuration) - Method in interface org.springframework.boot.artemis.autoconfigure.ArtemisConfigurationCustomizer
Customize the configuration.

E

Embedded() - Constructor for class org.springframework.boot.artemis.autoconfigure.ArtemisProperties.Embedded
 
EMBEDDED - Enum constant in enum class org.springframework.boot.artemis.autoconfigure.ArtemisMode
Embed (i.e.

G

generateTransportParameters() - Method in class org.springframework.boot.artemis.autoconfigure.ArtemisProperties.Embedded
Creates the minimal transport parameters for an embedded transport configuration.
getBrokerUrl() - Method in interface org.springframework.boot.artemis.autoconfigure.ArtemisConnectionDetails
Artemis broker url.
getBrokerUrl() - Method in class org.springframework.boot.artemis.autoconfigure.ArtemisProperties
 
getClusterPassword() - Method in class org.springframework.boot.artemis.autoconfigure.ArtemisProperties.Embedded
 
getDataDirectory() - Method in class org.springframework.boot.artemis.autoconfigure.ArtemisProperties.Embedded
 
getEmbedded() - Method in class org.springframework.boot.artemis.autoconfigure.ArtemisProperties
 
getMode() - Method in interface org.springframework.boot.artemis.autoconfigure.ArtemisConnectionDetails
Artemis deployment mode, auto-detected by default.
getMode() - Method in class org.springframework.boot.artemis.autoconfigure.ArtemisProperties
 
getPassword() - Method in interface org.springframework.boot.artemis.autoconfigure.ArtemisConnectionDetails
Login password of the broker.
getPassword() - Method in class org.springframework.boot.artemis.autoconfigure.ArtemisProperties
 
getPool() - Method in class org.springframework.boot.artemis.autoconfigure.ArtemisProperties
 
getQueues() - Method in class org.springframework.boot.artemis.autoconfigure.ArtemisProperties.Embedded
 
getServerId() - Method in class org.springframework.boot.artemis.autoconfigure.ArtemisProperties.Embedded
 
getTopics() - Method in class org.springframework.boot.artemis.autoconfigure.ArtemisProperties.Embedded
 
getUser() - Method in interface org.springframework.boot.artemis.autoconfigure.ArtemisConnectionDetails
Login user of the broker.
getUser() - Method in class org.springframework.boot.artemis.autoconfigure.ArtemisProperties
 

I

isDefaultClusterPassword() - Method in class org.springframework.boot.artemis.autoconfigure.ArtemisProperties.Embedded
 
isEnabled() - Method in class org.springframework.boot.artemis.autoconfigure.ArtemisProperties.Embedded
 
isPersistent() - Method in class org.springframework.boot.artemis.autoconfigure.ArtemisProperties.Embedded
 

L

lookup(String) - Method in class org.springframework.boot.artemis.autoconfigure.ArtemisNoOpBindingRegistry
 

N

NATIVE - Enum constant in enum class org.springframework.boot.artemis.autoconfigure.ArtemisMode
Connect to a broker using the native Artemis protocol (i.e.

O

org.springframework.boot.artemis.autoconfigure - package org.springframework.boot.artemis.autoconfigure
Auto-configuration for Artemis.

S

setBrokerUrl(String) - Method in class org.springframework.boot.artemis.autoconfigure.ArtemisProperties
 
setClusterPassword(String) - Method in class org.springframework.boot.artemis.autoconfigure.ArtemisProperties.Embedded
 
setDataDirectory(String) - Method in class org.springframework.boot.artemis.autoconfigure.ArtemisProperties.Embedded
 
setEnabled(boolean) - Method in class org.springframework.boot.artemis.autoconfigure.ArtemisProperties.Embedded
 
setMode(ArtemisMode) - Method in class org.springframework.boot.artemis.autoconfigure.ArtemisProperties
 
setPassword(String) - Method in class org.springframework.boot.artemis.autoconfigure.ArtemisProperties
 
setPersistent(boolean) - Method in class org.springframework.boot.artemis.autoconfigure.ArtemisProperties.Embedded
 
setQueues(String[]) - Method in class org.springframework.boot.artemis.autoconfigure.ArtemisProperties.Embedded
 
setServerId(int) - Method in class org.springframework.boot.artemis.autoconfigure.ArtemisProperties.Embedded
 
setTopics(String[]) - Method in class org.springframework.boot.artemis.autoconfigure.ArtemisProperties.Embedded
 
setUser(String) - Method in class org.springframework.boot.artemis.autoconfigure.ArtemisProperties
 

U

unbind(String) - Method in class org.springframework.boot.artemis.autoconfigure.ArtemisNoOpBindingRegistry
 

V

valueOf(String) - Static method in enum class org.springframework.boot.artemis.autoconfigure.ArtemisMode
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.springframework.boot.artemis.autoconfigure.ArtemisMode
Returns an array containing the constants of this enum class, in the order they are declared.
A B C E G I L N O S U V 
All Classes and Interfaces|All Packages