Uses of Class
com.cloudimpl.outstack.runtime.repo.StreamEvent.Action
| Package | Description |
|---|---|
| com.cloudimpl.outstack.runtime.repo |
-
Uses of StreamEvent.Action in com.cloudimpl.outstack.runtime.repo
Methods in com.cloudimpl.outstack.runtime.repo that return StreamEvent.Action Modifier and Type Method Description StreamEvent.ActionStreamEvent. getAction()static StreamEvent.ActionStreamEvent.Action. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static StreamEvent.Action[]StreamEvent.Action. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.cloudimpl.outstack.runtime.repo with parameters of type StreamEvent.Action Constructor Description StreamEvent(StreamEvent.Action action, java.lang.Object event)