Package io.debezium.connector.mongodb
Class PrimaryElectionEvent
- java.lang.Object
-
- io.debezium.connector.mongodb.PrimaryElectionEvent
-
- All Implemented Interfaces:
ConnectorEvent
public class PrimaryElectionEvent extends Object implements ConnectorEvent
An event that signals that a primary election has occurred.- Author:
- Chris Cranford
-
-
Field Summary
Fields Modifier and Type Field Description private com.mongodb.ServerAddressprimaryAddress
-
Constructor Summary
Constructors Constructor Description PrimaryElectionEvent(com.mongodb.ServerAddress primaryAddress)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.mongodb.ServerAddressgetPrimaryAddress()
-