Class DefaultJsonWebhookResponder

    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultJsonWebhookResponder​(java.util.Map<java.lang.String,​java.lang.Object> responsePayload)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void respond​(javax.servlet.http.HttpServletResponse response)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultJsonWebhookResponder

        public DefaultJsonWebhookResponder​(java.util.Map<java.lang.String,​java.lang.Object> responsePayload)
    • Method Detail

      • respond

        public void respond​(javax.servlet.http.HttpServletResponse response)
        Specified by:
        respond in interface WebhookResponder