Class TransportStatisticsChangedEvent

java.lang.Object
org.openspaces.admin.transport.events.TransportStatisticsChangedEvent

public class TransportStatisticsChangedEvent extends Object
An event indicating that a transport level statistics has changed.

Note, monitoring needs to be enabled in order to receive the events.

Author:
kimchy, kimchy
See Also:
  • Constructor Details

  • Method Details

    • getTransport

      public Transport getTransport()
      Returns the associated transport with the event.
    • getStatistics

      public TransportStatistics getStatistics()
      Returns the transport statistics sampled.