StompNackHeaders
fun StompNackHeaders(id: String, configure: StompNackHeadersBuilder.() -> Unit = {}): StompNackHeaders
Creates an instance of StompNackHeaders with the given id header. Optional headers can be configured using the configure lambda.
Deprecated
This overload will be removed in a future version, please use the overload with lambda instead to set optional headers.
Replace with
import org.hildan.krossbow.stomp.headers.StompNackHeaders
Content copied to clipboard
StompNackHeaders(id) { this.transaction = transaction }Content copied to clipboard