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)