public class ClientResourceV1
extends java.lang.Object
| Constructor and Description |
|---|
ClientResourceV1(org.tiogasolutions.notify.kernel.execution.ExecutionManager executionManager,
org.tiogasolutions.notify.kernel.domain.DomainKernel domainKernel,
org.tiogasolutions.notify.kernel.notification.NotificationKernel notificationKernel,
org.tiogasolutions.notify.kernel.EventBus eventBus) |
| Modifier and Type | Method and Description |
|---|---|
org.tiogasolutions.notify.pub.DomainProfile |
getDefaultPage() |
NotificationsResourceV1 |
getNotificationsResource() |
RequestResourceV1 |
getRequestResourceV1() |
RouteCatalogResourceV1 |
getRouteCatalogResource() |
SimpleRequestEntryResourceV1 |
getSimpleRequestEntryV1() |
public ClientResourceV1(org.tiogasolutions.notify.kernel.execution.ExecutionManager executionManager,
org.tiogasolutions.notify.kernel.domain.DomainKernel domainKernel,
org.tiogasolutions.notify.kernel.notification.NotificationKernel notificationKernel,
org.tiogasolutions.notify.kernel.EventBus eventBus)
@GET @Produces(value="application/json") public org.tiogasolutions.notify.pub.DomainProfile getDefaultPage()
@Path(value="/notifications") public NotificationsResourceV1 getNotificationsResource()
@Path(value="/route-catalog") public RouteCatalogResourceV1 getRouteCatalogResource()
@Path(value="/requests") public RequestResourceV1 getRequestResourceV1()
@Path(value="/simple-request-entry") public SimpleRequestEntryResourceV1 getSimpleRequestEntryV1()