Class PushNotifier

java.lang.Object
com.fluxtion.ext.streaming.api.PushNotifier

public class PushNotifier
extends java.lang.Object
Pushes event notifications from a source to a target. Can be useful for gathering operations where many sources notify a single target of an upstream change.
Author:
V12 Technology Ltd.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    java.lang.Object eventSource  
    java.lang.Object eventTarget  
  • Constructor Summary

    Constructors 
    Constructor Description
    PushNotifier()  
  • Method Summary

    Modifier and Type Method Description
    boolean push()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

  • Method Details

    • push

      public boolean push()