
ru.vyukov.stomp.StompClientConfigUtils Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of stomp-client-spring-boot-starter Show documentation
Show all versions of stomp-client-spring-boot-starter Show documentation
Stomp client for Spting Boot applications. @Subscribe annotation
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