io.continual.services.rcvr.RcvrServer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of continualRcvr Show documentation
Show all versions of continualRcvr Show documentation
The Continual.io event receiver API, which ingests event streams from arbitrary client sources,
honors ordering in the event stream via event stream name (aka partition key), and writes to
a back-end implementation like Kafka.
package io.continual.services.rcvr;
import io.continual.services.Server;
public class RcvrServer
{
public static void main ( String args[] ) throws Exception
{
Server.runServer ( "Rcvr Server", args );
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy