BridgeLoad.java 264 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11
package org.apache.metadata.bridge;

public class BridgeLoad {
	/*
	 * The BridgeLoad is a bean that the details of the JSON Payload from the Listner are converted into for a unified lense for the Bridge.
	 */
	
	String loadType;
	String timeStamp;
	
}