vertx / io.vertx.ext.groovy.eventbus.bridge.tcp / TcpEventBusBridge_GroovyStaticExtension

TcpEventBusBridge_GroovyStaticExtension

open class TcpEventBusBridge_GroovyStaticExtension

Constructors

<init>

TcpEventBusBridge_GroovyStaticExtension()

Functions

create

open static fun create(j_receiver: TcpEventBusBridge, vertx: Vertx, options: MutableMap<String, Any>): TcpEventBusBridge
open static fun create(j_receiver: TcpEventBusBridge, vertx: Vertx, options: MutableMap<String, Any>, netServerOptions: MutableMap<String, Any>): TcpEventBusBridge
open static fun create(j_receiver: TcpEventBusBridge, vertx: Vertx, options: MutableMap<String, Any>, netServerOptions: MutableMap<String, Any>, eventHandler: Handler<BridgeEvent>): TcpEventBusBridge