Uses of Interface
com.pushtechnology.diffusion.api.config.ConnectorConfig.StartCondition
Packages that use ConnectorConfig.StartCondition
-
Uses of ConnectorConfig.StartCondition in com.pushtechnology.diffusion.api.config
Classes in com.pushtechnology.diffusion.api.config that implement ConnectorConfig.StartConditionModifier and TypeClassDescriptionstatic final class
Start condition representing a fanout link being ready.static final class
Start condition representing a remote topic view being ready.Fields in com.pushtechnology.diffusion.api.config declared as ConnectorConfig.StartConditionModifier and TypeFieldDescriptionstatic final ConnectorConfig.StartCondition
ConnectorConfig.CLUSTER_CONFIGURATION_RESTORED_CONDITION
Singleton start condition that is satisfied when the server is configured as part of a cluster, has joined the cluster, and has completed restoration of shared configuration.static final ConnectorConfig.StartCondition
ConnectorConfig.PERSISTED_TOPICS_RESTORED_CONDITION
Singleton start condition that is satisfied when the server has completed its restore of persisted topics.static final ConnectorConfig.StartCondition
ConnectorConfig.REPLICATED_TOPICS_RESTORED_CONDITION
Singleton start condition that is satisfied when the server is configured as part of a cluster, has joined the cluster, and has completed restoration of replicated topics.Methods in com.pushtechnology.diffusion.api.config that return types with arguments of type ConnectorConfig.StartConditionModifier and TypeMethodDescriptionConnectorConfig.getStartConditions()
Gets the conditions that must be satisfied before the connector is automatically started.Method parameters in com.pushtechnology.diffusion.api.config with type arguments of type ConnectorConfig.StartConditionModifier and TypeMethodDescriptionvoid
ConnectorConfig.setStartConditions
(List<? extends ConnectorConfig.StartCondition> conditions) Sets the conditions that must be satisfied before the connector is automatically started.