com.vaadin.flow.internal.nodefeature.

Class PollConfigurationMap

All Implemented Interfaces:

Serializable

public class PollConfigurationMap extends NodeMap

A node map for storing configuration for polling.

For internal use only. May be renamed or removed in a future release.

Since:

1.0

Author:

Vaadin Ltd

See Also:

  • Field Details

  • Constructor Details

    • PollConfigurationMap

      public PollConfigurationMap(StateNode node)

      Creates a new map for the given node.

      Parameters:

      node - the node that the map belongs to

  • Method Details

    • setPollInterval

      public void setPollInterval(int pollInterval)

      Sets the poll interval.

      Parameters:

      pollInterval - the interval

      See Also:

    • getPollInterval

      public int getPollInterval()

      Gets the poll interval.

      Returns:

      the poll interval

      See Also: