Interface IPollingEndpoint


  • public interface IPollingEndpoint
    • Method Detail

      • poll

        String poll​(IWebProcessingContext p_ctx)
             throws de.uplanet.lucy.server.polling.PollingException
        Poll the current value.
        Parameters:
        p_ctx - The processing context.
        Returns:
        The current polling value.
        Throws:
        de.uplanet.lucy.server.polling.PollingException - If polling fails.