Uses of Class
org.miaixz.bus.http.Stomp.Header
Packages that use Stomp.Header
-
Uses of Stomp.Header in org.miaixz.bus.http
Methods in org.miaixz.bus.http that return Stomp.HeaderMethods in org.miaixz.bus.http that return types with arguments of type Stomp.HeaderMethod parameters in org.miaixz.bus.http with type arguments of type Stomp.HeaderModifier and TypeMethodDescriptionStomp.connect(List<Stomp.Header> headers) 使用指定头部连接到 STOMP 服务器Stomp.queue(String destination, List<Stomp.Header> headers, Callback<Stomp.Message> callback) 订阅队列消息(带附加头部)Stomp.subscribe(String destination, List<Stomp.Header> headers, Callback<Stomp.Message> callback) 订阅指定地址的消息Stomp.topic(String destination, List<Stomp.Header> headers, Callback<Stomp.Message> callback) 订阅主题消息(带附加头部)Constructor parameters in org.miaixz.bus.http with type arguments of type Stomp.HeaderModifierConstructorDescriptionMessage(String command, List<Stomp.Header> headers, String payload) 构造函数,初始化 STOMP 消息