This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new b258215  Publishing website 2018/10/29 17:30:56 at commit 610aeb3
b258215 is described below

commit b25821593e89ba1d1a261860d2742b4ed7204802
Author: jenkins <bui...@apache.org>
AuthorDate: Mon Oct 29 17:30:57 2018 +0000

    Publishing website 2018/10/29 17:30:56 at commit 610aeb3
---
 website/generated-content/documentation/programming-guide/index.html | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git 
a/website/generated-content/documentation/programming-guide/index.html 
b/website/generated-content/documentation/programming-guide/index.html
index 38de3be..f9e8170 100644
--- a/website/generated-content/documentation/programming-guide/index.html
+++ b/website/generated-content/documentation/programming-guide/index.html
@@ -2130,7 +2130,9 @@ The <code 
class="highlighter-rouge">PipelineOptions</code> for the current pipel
 
 <p class="language-java"><code class="highlighter-rouge">@OnTimer</code> 
methods can also access many of these parameters. Timestamp, window, <code 
class="highlighter-rouge">PipelineOptions</code>, <code 
class="highlighter-rouge">OutputReceiver</code>, and
 <code class="highlighter-rouge">MultiOutputReceiver</code> parameters can all 
be accessed in an <code class="highlighter-rouge">@OnTimer</code> method. In 
addition, an <code class="highlighter-rouge">@OnTimer</code> method can take
-a parameter of type <code class="highlighter-rouge">TimeDomain</code> which 
tells whether the timer is based on event time or processing time.</p>
+a parameter of type <code class="highlighter-rouge">TimeDomain</code> which 
tells whether the timer is based on event time or processing time.
+Timers are explained in more detail in the 
+<a href="/blog/2017/08/28/timely-processing.html">Timely (and Stateful) 
Processing with Apache Beam</a> blog post.</p>
 
 <h3 id="composite-transforms">4.6. Composite transforms</h3>
 

Reply via email to