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

com.envision.energy.connective.protobuf.PointDetailProcessor Maven / Gradle / Ivy

There is a newer version: 3.0.3
Show newest version
package com.envision.energy.connective.protobuf;

import io.netty.channel.ChannelHandlerContext;

import com.envision.energy.connective.common.IProtoProcessor;
import com.envision.energy.connective.protobuf.generated.Sdk.PointDetail;
import com.envision.energy.eos.sdk.ProxyManager;

public class PointDetailProcessor implements IProtoProcessor {

	@Override
	public void receive(ChannelHandlerContext ctx, PointDetail msg) {
		ProxyManager.INSTANCE.msgToDataProxy(msg);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy