public class ManageEmailsResource
extends java.lang.Object
| Constructor and Description |
|---|
ManageEmailsResource(org.tiogasolutions.push.kernel.execution.ExecutionManager executionManager,
org.tiogasolutions.push.kernel.requests.PushRequestStore pushRequestStore,
org.tiogasolutions.push.kernel.system.PluginManager pluginManager,
org.tiogasolutions.push.kernel.accounts.Account account,
org.tiogasolutions.push.kernel.clients.DomainProfileEntity domainProfile) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
retryEmailMessage(javax.ws.rs.core.UriInfo uriInfo,
java.lang.String pushRequestId) |
Thymeleaf |
viewEmailEvent(java.lang.String pushRequestId) |
Thymeleaf |
viewEmailEvents() |
public ManageEmailsResource(org.tiogasolutions.push.kernel.execution.ExecutionManager executionManager,
org.tiogasolutions.push.kernel.requests.PushRequestStore pushRequestStore,
org.tiogasolutions.push.kernel.system.PluginManager pluginManager,
org.tiogasolutions.push.kernel.accounts.Account account,
org.tiogasolutions.push.kernel.clients.DomainProfileEntity domainProfile)
@GET @Produces(value="text/html") public Thymeleaf viewEmailEvents() throws java.lang.Exception
java.lang.Exception@GET
@Path(value="/{pushRequestId}")
@Produces(value="text/html")
public Thymeleaf viewEmailEvent(@PathParam(value="pushRequestId")
java.lang.String pushRequestId)
throws java.lang.Exception
java.lang.Exception@POST
@Path(value="/{pushRequestId}/retry")
public javax.ws.rs.core.Response retryEmailMessage(@Context
javax.ws.rs.core.UriInfo uriInfo,
@PathParam(value="pushRequestId")
java.lang.String pushRequestId)
throws java.lang.Exception
java.lang.Exception