public class StompClient_GroovyExtension extends Object
Constructor and Description |
---|
StompClient_GroovyExtension() |
Modifier and Type | Method and Description |
---|---|
static StompClient |
errorFrameHandler(StompClient j_receiver,
Handler<Map<String,Object>> handler) |
static Map<String,Object> |
options(StompClient j_receiver) |
static StompClient |
receivedFrameHandler(StompClient j_receiver,
Handler<Map<String,Object>> handler) |
static StompClient |
writingFrameHandler(StompClient j_receiver,
Handler<Map<String,Object>> handler) |
public static StompClient receivedFrameHandler(StompClient j_receiver, Handler<Map<String,Object>> handler)
public static StompClient writingFrameHandler(StompClient j_receiver, Handler<Map<String,Object>> handler)
public static StompClient errorFrameHandler(StompClient j_receiver, Handler<Map<String,Object>> handler)
public static Map<String,Object> options(StompClient j_receiver)
Copyright © 2017. All rights reserved.