Package com.cloudimpl.outstack.runtime
Interface EventStream
public interface EventStream
- Author:
- nuwansa
-
Method Summary
Modifier and Type Method Description voidcheckpoint()reactor.core.publisher.Flux<Event>flux()voidpublish(Event event)
-
Method Details
-
publish
-
checkpoint
void checkpoint() -
flux
reactor.core.publisher.Flux<Event> flux()
-