Package org.glassfish.admin.rest.utils
Interface SseCommandHelper.ActionReportProcessor
-
- Enclosing class:
- SseCommandHelper
public static interface SseCommandHelper.ActionReportProcessorIf implementation of this interface is registered then it's process() method is used to convert ActionReport before it is transfered to the client.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActionReportprocess(ActionReport report, org.glassfish.jersey.media.sse.EventOutput ec)Framework calls this method to process report before it is send to the client.
-
-
-
Method Detail
-
process
ActionReport process(ActionReport report, org.glassfish.jersey.media.sse.EventOutput ec)
Framework calls this method to process report before it is send to the client. Implementation also can send custom events using provided event channel.
-
-