
io.vertx.groovy.ext.stomp.Acknowledgement_GroovyExtension Maven / Gradle / Ivy
package io.vertx.groovy.ext.stomp;
public class Acknowledgement_GroovyExtension {
public static java.util.Map subscription(io.vertx.ext.stomp.Acknowledgement j_receiver) {
return j_receiver.subscription() != null ? io.vertx.core.impl.ConversionHelper.fromJsonObject(j_receiver.subscription().toJson()) : null;
}
public static java.util.List> frames(io.vertx.ext.stomp.Acknowledgement j_receiver) {
return j_receiver.frames() != null ? j_receiver.frames().stream().map(elt -> elt != null ? io.vertx.core.impl.ConversionHelper.fromJsonObject(elt.toJson()) : null).collect(java.util.stream.Collectors.toList()) : null;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy