@ConfigurationProperties(prefix="spring.artemis") public class ArtemisProperties extends ObjectSE
| 修飾子と型 | クラスと説明 |
|---|---|
static class | ArtemisProperties.Embedded 組み込み Artemis サーバーの構成。 |
| コンストラクターと説明 |
|---|
ArtemisProperties() |
| 修飾子と型 | メソッドと説明 |
|---|---|
ArtemisProperties.Embedded | getEmbedded() |
StringSE | getHost() |
ArtemisMode | getMode() |
StringSE | getPassword() |
JmsPoolConnectionFactoryProperties | getPool() |
int | getPort() |
StringSE | getUser() |
void | setHost(StringSE host) |
void | setMode(ArtemisMode mode) |
void | setPassword(StringSE password) |
void | setPort(int port) |
void | setUser(StringSE user) |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic ArtemisMode getMode()
public void setMode(ArtemisMode mode)
public StringSE getHost()
public void setHost(StringSE host)
public int getPort()
public void setPort(int port)
public StringSE getUser()
public void setUser(StringSE user)
public StringSE getPassword()
public void setPassword(StringSE password)
public ArtemisProperties.Embedded getEmbedded()
public JmsPoolConnectionFactoryProperties getPool()
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.