Commit a0d39a3e46c968642b7e99f8fcf3ee19683b9564
Committed by
Andrew Shvayka
1 parent
df133e48
revert import changes from DefaultTransportService
Showing
1 changed file
with
2 additions
and
2 deletions
... | ... | @@ -757,8 +757,8 @@ public class DefaultTransportService implements TransportService { |
757 | 757 | ruleEngineMsgProducer.send(tpi, new TbProtoQueueMsg<>(tbMsg.getId(), msg), wrappedCallback); |
758 | 758 | } |
759 | 759 | |
760 | - protected void sendToRuleEngine(TenantId tenantId, DeviceId deviceId, SessionInfoProto sessionInfo, JsonObject json, | |
761 | - TbMsgMetaData metaData, SessionMsgType sessionMsgType, TbQueueCallback callback) { | |
760 | + protected void sendToRuleEngine(TenantId tenantId, DeviceId deviceId, TransportProtos.SessionInfoProto sessionInfo, JsonObject json, | |
761 | + TbMsgMetaData metaData, SessionMsgType sessionMsgType, TbQueueCallback callback) { | |
762 | 762 | DeviceProfileId deviceProfileId = new DeviceProfileId(new UUID(sessionInfo.getDeviceProfileIdMSB(), sessionInfo.getDeviceProfileIdLSB())); |
763 | 763 | DeviceProfile deviceProfile = deviceProfileCache.get(deviceProfileId); |
764 | 764 | RuleChainId ruleChainId; | ... | ... |