Fix for RPC calls in Kafka actions
This commit is contained in:
		
							parent
							
								
									75af05eddd
								
							
						
					
					
						commit
						c5b03cb5b3
					
				@ -16,16 +16,16 @@
 | 
			
		||||
package org.thingsboard.server.common.msg.core;
 | 
			
		||||
 | 
			
		||||
import lombok.Data;
 | 
			
		||||
import org.thingsboard.server.common.msg.session.FromDeviceMsg;
 | 
			
		||||
import org.thingsboard.server.common.msg.session.FromDeviceRequestMsg;
 | 
			
		||||
import org.thingsboard.server.common.msg.session.MsgType;
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * @author Andrew Shvayka
 | 
			
		||||
 */
 | 
			
		||||
@Data
 | 
			
		||||
public class ToServerRpcRequestMsg implements FromDeviceMsg {
 | 
			
		||||
public class ToServerRpcRequestMsg implements FromDeviceRequestMsg {
 | 
			
		||||
 | 
			
		||||
    private final int requestId;
 | 
			
		||||
    private final Integer requestId;
 | 
			
		||||
    private final String method;
 | 
			
		||||
    private final String params;
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user