Class EventSource.Builder

  • Enclosing class:
    EventSource

    public static class EventSource.Builder
    extends java.lang.Object
    • Method Detail

      • component

        public EventSource.Builder component​(java.lang.String component)
        Component from which the event is generated.
        Returns:
        this.
      • host

        public EventSource.Builder host​(java.lang.String host)
        Node name on which the event is generated.
        Returns:
        this.
      • toString

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