Class AbstractRestPublishService.SSEEvent

  • Enclosing class:
    AbstractRestPublishService

    public static class AbstractRestPublishService.SSEEvent
    extends java.lang.Object
    SSE event data class.
    • Field Detail

      • data

        protected java.lang.Object data
      • execptiontype

        protected java.lang.String execptiontype
      • max

        protected java.lang.Integer max
      • finished

        protected boolean finished
      • callid

        protected java.lang.String callid
    • Constructor Detail

      • SSEEvent

        public SSEEvent()
    • Method Detail

      • getData

        public java.lang.Object getData()
        Returns:
        the data
      • getMax

        public java.lang.Integer getMax()
        Returns:
        the max
      • isFinished

        public boolean isFinished()
        Returns:
        the finished
      • getCallId

        public java.lang.String getCallId()
        Returns:
        the callid
      • getExecptionType

        public java.lang.String getExecptionType()
        Returns:
        the execptiontype
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object