All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.continual.services.rcvr.RcvrServer Maven / Gradle / Ivy

Go to download

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.

There is a newer version: 0.3.23
Show newest version
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