Class ProtocolDiscoveryInstanceFoundEvent

java.lang.Object
org.openremote.model.event.Event
org.openremote.model.event.shared.SharedEvent
org.openremote.model.protocol.ProtocolDiscoveryInstanceFoundEvent

public class ProtocolDiscoveryInstanceFoundEvent extends SharedEvent
Raised when a protocol instance has been discovered for the specified agent type
  • Field Details

    • agentDescriptor

      protected String agentDescriptor
    • instanceName

      protected String instanceName
    • attributes

      protected Attribute<?>[] attributes
  • Constructor Details

    • ProtocolDiscoveryInstanceFoundEvent

      public ProtocolDiscoveryInstanceFoundEvent(String agentDescriptor, String instanceName, Attribute<?>[] attributes)
  • Method Details

    • getAgentDescriptor

      public String getAgentDescriptor()
    • getInstanceName

      public String getInstanceName()
    • getAttributes

      public Attribute<?>[] getAttributes()