Class CoordinatorHelper.EventInfo

java.lang.Object
org.codelibs.fess.helper.CoordinatorHelper.EventInfo
Enclosing class:
CoordinatorHelper

public static class CoordinatorHelper.EventInfo extends Object
Represents an inter-instance event notification.
  • Field Details

    • name

      public String name
      The event name.
    • instanceId

      public String instanceId
      The instance ID that published the event.
    • targetInstanceId

      public String targetInstanceId
      The target instance ID, or "*" for all instances.
    • createdTime

      public long createdTime
      The time when the event was created.
    • data

      public String data
      Optional data associated with the event.
  • Constructor Details

    • EventInfo

      public EventInfo()
      Default constructor.