Uses of Class
org.schlunzis.zis.stomp.client.StompClientBuilder
-
Uses of StompClientBuilder in org.schlunzis.zis.stomp.client
Methods in org.schlunzis.zis.stomp.client that return StompClientBuilderModifier and TypeMethodDescriptionstatic StompClientBuilderStompClient.builder()Creates a newStompClientBuilderfor building a STOMP client.Sets the STOMP endpoint URI.StompClientBuilder.messageConverter(MessageConverter messageConverter) Sets the message converter to be used by the client.StompClientBuilder.onError(OnErrorConsumer onErrorConsumer) Sets the consumer to run when a STOMP ERROR frame is received.StompClientBuilder.receiptPolicy(ReceiptPolicy receiptPolicy) Sets the receipt policy for the client.StompClientBuilder.receiptTimeout(Duration receiptTimeout) Sets the receipt timeout duration.