Class SystemNotificationsResource
- java.lang.Object
-
- com.xebialabs.xlrelease.api.internal.SystemNotificationsResource
-
@Path("/system-notifications") @Consumes("application/json") @Produces("application/json") @Controller public class SystemNotificationsResource extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSYSTEM_NOTIFICATION_SINK_ID
-
Constructor Summary
Constructors Constructor Description SystemNotificationsResource(com.xebialabs.xlrelease.service.SseService sseService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsubscribeToNotifications()
-
-
-
Field Detail
-
SYSTEM_NOTIFICATION_SINK_ID
public static final java.lang.String SYSTEM_NOTIFICATION_SINK_ID
- See Also:
- Constant Field Values
-
-