public class StompServerHandler_GroovyExtension extends Object
Constructor and Description |
---|
StompServerHandler_GroovyExtension() |
Modifier and Type | Method and Description |
---|---|
static StompServerHandler |
bridge(StompServerHandler j_receiver,
Map<String,Object> options) |
static StompServerHandler |
onAck(StompServerHandler j_receiver,
StompServerConnection connection,
Map<String,Object> subscribe,
List<Map<String,Object>> messages) |
static StompServerHandler |
onNack(StompServerHandler j_receiver,
StompServerConnection connection,
Map<String,Object> subscribe,
List<Map<String,Object>> messages) |
public static StompServerHandler onAck(StompServerHandler j_receiver, StompServerConnection connection, Map<String,Object> subscribe, List<Map<String,Object>> messages)
public static StompServerHandler onNack(StompServerHandler j_receiver, StompServerConnection connection, Map<String,Object> subscribe, List<Map<String,Object>> messages)
public static StompServerHandler bridge(StompServerHandler j_receiver, Map<String,Object> options)
Copyright © 2017. All rights reserved.