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

com.ociweb.pronghorn.network.ClientResponseParserFactory Maven / Gradle / Ivy

The newest version!
package com.ociweb.pronghorn.network;

import com.ociweb.pronghorn.network.schema.NetPayloadSchema;
import com.ociweb.pronghorn.network.schema.ReleaseSchema;
import com.ociweb.pronghorn.pipe.Pipe;
import com.ociweb.pronghorn.stage.scheduling.GraphManager;

public interface ClientResponseParserFactory {

	void buildParser(GraphManager gm, ClientCoordinator ccm, Pipe[] clearResponse,
			Pipe ackReleaseForResponseParser);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy