Class ClusterOpeningEvent

java.lang.Object
com.mongodb.event.ClusterOpeningEvent

@Deprecated(since="2021-05-27") public final class ClusterOpeningEvent extends Object
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
A cluster opening event.
Since:
3.3
  • Constructor Details

    • ClusterOpeningEvent

      public ClusterOpeningEvent(ClusterId clusterId)
      Deprecated.
      Constructs a new instance of the event.
      Parameters:
      clusterId - the cluster id
  • Method Details

    • getClusterId

      public ClusterId getClusterId()
      Deprecated.
      Gets the cluster id.
      Returns:
      the cluster id
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object