Class StreamEvent

java.lang.Object
com.cloudimpl.outstack.runtime.repo.StreamEvent

public class StreamEvent
extends java.lang.Object
Author:
nuwan
  • Nested Class Summary

    Nested Classes
    Modifier and Type Class Description
    static class  StreamEvent.Action  
  • Constructor Summary

    Constructors
    Constructor Description
    StreamEvent​(StreamEvent.Action action, java.lang.Object event)  
  • Method Summary

    Modifier and Type Method Description
    StreamEvent.Action getAction()  
    java.lang.Object getEvent()  

    Methods inherited from class java.lang.Object

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

  • Method Details

    • getAction

      public StreamEvent.Action getAction()
    • getEvent

      public java.lang.Object getEvent()