Skip to content

Commit

Permalink
#43 Annotate experimental Session#earlyTriggering
Browse files Browse the repository at this point in the history
  • Loading branch information
Novotnik, Petr committed May 3, 2017
1 parent 116ebcf commit 6b9904d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
*/
package cz.seznam.euphoria.core.client.dataset.windowing;

import cz.seznam.euphoria.core.annotation.stability.Experimental;
import cz.seznam.euphoria.core.client.triggers.AfterFirstCompositeTrigger;
import cz.seznam.euphoria.core.client.triggers.PeriodicTimeTrigger;
import cz.seznam.euphoria.core.client.triggers.TimeTrigger;
Expand Down Expand Up @@ -59,6 +60,7 @@ private Session(long gapDurationMillis) {
*
* @return this instance (for method chaining purposes)
*/
@Experimental("https://github.com/seznam/euphoria/issues/43")
@SuppressWarnings("unchecked")
public <T> Session<T> earlyTriggering(Duration timeout) {
this.earlyTriggeringPeriod = Objects.requireNonNull(timeout);
Expand Down

0 comments on commit 6b9904d

Please sign in to comment.