Example usage for org.springframework.integration.stomp StompSessionManager interface-usage

List of usage examples for org.springframework.integration.stomp StompSessionManager interface-usage

Introduction

In this page you can find the example usage for org.springframework.integration.stomp StompSessionManager interface-usage.

Usage

From source file org.springframework.integration.stomp.AbstractStompSessionManager.java

/**
 * Base {@link StompSessionManager} implementation to manage a single {@link StompSession}
 * over its {@link ListenableFuture} from the target implementation of this class.
 * <p>
 * The connection to the {@link StompSession} is made during {@link #start()}.
 * <p>