Interface SseCommandHelper.ActionReportProcessor

  • Enclosing class:
    SseCommandHelper

    public static interface SseCommandHelper.ActionReportProcessor
    If implementation of this interface is registered then it's process() method is used to convert ActionReport before it is transfered 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.