Class WhatsAppServiceRestAPIAdapter

    • Constructor Detail

      • WhatsAppServiceRestAPIAdapter

        public WhatsAppServiceRestAPIAdapter​(java.net.http.HttpClient client,
                                             String baseUri,
                                             String apiVersion,
                                             String phoneNumberId,
                                             String authorizationToken)
    • Method Detail

      • sendMessage

        public void sendMessage​(org.apache.camel.Exchange exchange,
                                org.apache.camel.AsyncCallback callback,
                                BaseMessage message)
        Specified by:
        sendMessage in interface WhatsAppService