Example usage for org.springframework.messaging.simp.broker SubscriptionRegistry interface-usage

List of usage examples for org.springframework.messaging.simp.broker SubscriptionRegistry interface-usage

Introduction

In this page you can find the example usage for org.springframework.messaging.simp.broker SubscriptionRegistry interface-usage.

Usage

From source file org.springframework.messaging.simp.broker.AbstractSubscriptionRegistry.java

/**
 * Abstract base class for implementations of {@link SubscriptionRegistry} that
 * looks up information in messages but delegates to abstract methods for the
 * actual storage and retrieval.
 *
 * @author Rossen Stoyanchev