All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ru.vyukov.stomp.StompClientConfigUtils Maven / Gradle / Ivy

The newest version!
package ru.vyukov.stomp;

abstract class StompClientConfigUtils {


    public static final String STOMP_SUBSCRIBE_ANNOTATION_BEAN_POST_PROCESSOR_BEAN_NAME = "defaultStompSubscribeAnnotationBeanPostProcessor";

    public static final String STOMP_SUBSCRIBE_ENDPOINT_REGISTRY_BEAN_NAME =
            "defaultStompClientSubscribeEndpointRegistry";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy