vertx / io.vertx.kotlin.ext.stomp / BridgeOptions

BridgeOptions

fun BridgeOptions(inboundPermitteds: Iterable<PermittedOptions>? = null, outboundPermitteds: Iterable<PermittedOptions>? = null, pointToPoint: Boolean? = null): BridgeOptions

A function providing a DSL for building io.vertx.ext.stomp.BridgeOptions objects.

Specify the event bus bridge options.

Parameters

inboundPermitteds - Sets the list of inbound permitted options.

outboundPermitteds - Sets the list of outbound permitted options.

pointToPoint -