Class BrevoWebhook
java.lang.Object
ch.tocco.nice2.rest.core.spi.AbstractRestResource
ch.tocco.nice2.optional.newsletterbrevo.impl.resource.BrevoWebhook
- All Implemented Interfaces:
RestResource
@Path("newsletterbrevo/brevo-webhook/{accountUuid}")
public class BrevoWebhook
extends AbstractRestResource
-
Field Summary
Fields inherited from class ch.tocco.nice2.rest.core.spi.AbstractRestResource
uriInfo
-
Constructor Summary
ConstructorDescriptionBrevoWebhook
(PersistenceService persistenceService, SecurityManager securityManager, org.slf4j.Logger log) -
Method Summary
Methods inherited from class ch.tocco.nice2.rest.core.spi.AbstractRestResource
getPathParameter, setUriInfo, tryGetInt
-
Constructor Details
-
BrevoWebhook
public BrevoWebhook(PersistenceService persistenceService, SecurityManager securityManager, org.slf4j.Logger log)
-
-
Method Details
-
processWebhook
@POST @Consumes("application/json") public void processWebhook(@PathParam("accountUuid") String accountUuid, BrevoWebhookData data)
-