.. java:import:: com.microsoft.azure.servicebus Message .. java:import:: com.microsoft.azure.servicebus QueueClient .. java:import:: com.microsoft.azure.servicebus ReceiveMode .. java:import:: com.microsoft.azure.servicebus.primitives ConnectionStringBuilder .. java:import:: com.microsoft.azure.servicebus.primitives ServiceBusException .. java:import:: org.slf4j Logger .. java:import:: org.slf4j LoggerFactory .. java:import:: java.time Duration .. java:import:: java.util.concurrent CompletableFuture ServiceBusSendInterface ======================= .. java:package:: io.taskmonk.integrations.azure :noindex: .. java:type:: public class ServiceBusSendInterface Fields ------ accessKey ^^^^^^^^^ .. java:field:: String accessKey :outertype: ServiceBusSendInterface accessKeyName ^^^^^^^^^^^^^ .. java:field:: String accessKeyName :outertype: ServiceBusSendInterface connectionString ^^^^^^^^^^^^^^^^ .. java:field:: String connectionString :outertype: ServiceBusSendInterface queueName ^^^^^^^^^ .. java:field:: String queueName :outertype: ServiceBusSendInterface Constructors ------------ ServiceBusSendInterface ^^^^^^^^^^^^^^^^^^^^^^^ .. java:constructor:: public ServiceBusSendInterface(String queueName, String accessKey) :outertype: ServiceBusSendInterface Methods ------- send ^^^^ .. java:method:: public CompletableFuture send(String messageId, String label, String content) throws ServiceBusException, InterruptedException :outertype: ServiceBusSendInterface