Class OutboundSseEventImpl

  • All Implemented Interfaces:
    jakarta.ws.rs.sse.OutboundSseEvent, jakarta.ws.rs.sse.SseEvent

    public class OutboundSseEventImpl
    extends Object
    implements jakarta.ws.rs.sse.OutboundSseEvent
    • Method Detail

      • getName

        public String getName()
        Specified by:
        getName in interface jakarta.ws.rs.sse.SseEvent
      • getId

        public String getId()
        Specified by:
        getId in interface jakarta.ws.rs.sse.SseEvent
      • getReconnectDelay

        public long getReconnectDelay()
        Specified by:
        getReconnectDelay in interface jakarta.ws.rs.sse.SseEvent
      • isReconnectDelaySet

        public boolean isReconnectDelaySet()
        Specified by:
        isReconnectDelaySet in interface jakarta.ws.rs.sse.SseEvent
      • getType

        public Class<?> getType()
        Specified by:
        getType in interface jakarta.ws.rs.sse.OutboundSseEvent
      • getGenericType

        public Type getGenericType()
        Specified by:
        getGenericType in interface jakarta.ws.rs.sse.OutboundSseEvent
      • getMediaType

        public jakarta.ws.rs.core.MediaType getMediaType()
        Specified by:
        getMediaType in interface jakarta.ws.rs.sse.OutboundSseEvent
      • isMediaTypeSet

        public boolean isMediaTypeSet()
      • setMediaType

        public void setMediaType​(jakarta.ws.rs.core.MediaType mediaType)
      • getComment

        public String getComment()
        Specified by:
        getComment in interface jakarta.ws.rs.sse.SseEvent
      • getData

        public Object getData()
        Specified by:
        getData in interface jakarta.ws.rs.sse.OutboundSseEvent
      • isEscape

        public boolean isEscape()
      • setEscape

        public void setEscape​(Boolean escape)