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 classStart condition representing a fanout link being ready.static final classStart condition representing a remote topic view being ready.Fields in com.pushtechnology.diffusion.api.config declared as ConnectorConfig.StartConditionModifier and TypeFieldDescriptionstatic final ConnectorConfig.StartConditionConnectorConfig.CLUSTER_CONFIGURATION_RESTORED_CONDITIONSingleton 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.StartConditionConnectorConfig.PERSISTED_TOPICS_RESTORED_CONDITIONSingleton start condition that is satisfied when the server has completed its restore of persisted topics.static final ConnectorConfig.StartConditionConnectorConfig.REPLICATED_TOPICS_RESTORED_CONDITIONSingleton 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 TypeMethodDescriptionvoidConnectorConfig.setStartConditions(List<? extends ConnectorConfig.StartCondition> conditions) Sets the conditions that must be satisfied before the connector is automatically started.