Example usage for org.springframework.boot.autoconfigure.jms.artemis ArtemisProperties getEmbedded

List of usage examples for org.springframework.boot.autoconfigure.jms.artemis ArtemisProperties getEmbedded

Introduction

In this page you can find the example usage for org.springframework.boot.autoconfigure.jms.artemis ArtemisProperties getEmbedded.

Prototype

public Embedded getEmbedded() 

Source Link

Usage

From source file:org.springframework.boot.autoconfigure.jms.artemis.ArtemisEmbeddedConfigurationFactory.java

ArtemisEmbeddedConfigurationFactory(ArtemisProperties properties) {
    this.properties = properties.getEmbedded();
}