Class EventStreamDesc

  • Direct Known Subclasses:
    RemotableEventStreamDesc

    public class EventStreamDesc
    extends Object
    An event stream should also support this additional information about the stream. In addition, event streams that are to be sent across the wire should implement the RemotableOverRaw extension. The source is a string used to describe the source of the stream and is meant for logging/debugging purposes.
    Author:
    mshankar
    See Also:
    RemotableOverRaw
    • Method Detail

      • setArchDBRType

        public void setArchDBRType​(ArchDBRTypes archDBRType)
      • getPvName

        public String getPvName()
      • setPvName

        public void setPvName​(String pvName)
      • getSource

        public String getSource()
      • setSource

        public void setSource​(String source)