public class Frames_GroovyStaticExtension extends Object
Constructor and Description |
---|
Frames_GroovyStaticExtension() |
Modifier and Type | Method and Description |
---|---|
static Map<String,Object> |
createErrorFrame(Frames j_receiver,
String message,
Map<String,String> headers,
String body) |
static Map<String,Object> |
createReceiptFrame(Frames j_receiver,
String receiptId,
Map<String,String> headers) |
static void |
handleReceipt(Frames j_receiver,
Map<String,Object> frame,
StompServerConnection connection) |
static Map<String,Object> |
ping(Frames j_receiver) |
public static Map<String,Object> createErrorFrame(Frames j_receiver, String message, Map<String,String> headers, String body)
public static Map<String,Object> createReceiptFrame(Frames j_receiver, String receiptId, Map<String,String> headers)
public static void handleReceipt(Frames j_receiver, Map<String,Object> frame, StompServerConnection connection)
Copyright © 2017. All rights reserved.