vertx / io.vertx.camel / InboundMapping / usePublish

usePublish

open fun usePublish(): InboundMapping

Sets whether or not publish is used instead of send, when a message is sent on the event bus. send is used by default, so calling this method instructs the bridge to use publish.

Return
the current InboundMapping