Formatting
This commit is contained in:
parent
3ae5acbcc8
commit
687978f9f1
@ -175,11 +175,11 @@ public abstract class BaseEdgeProcessor {
|
|||||||
protected DbCallbackExecutorService dbCallbackExecutorService;
|
protected DbCallbackExecutorService dbCallbackExecutorService;
|
||||||
|
|
||||||
protected void saveEdgeEvent(TenantId tenantId,
|
protected void saveEdgeEvent(TenantId tenantId,
|
||||||
EdgeId edgeId,
|
EdgeId edgeId,
|
||||||
EdgeEventType type,
|
EdgeEventType type,
|
||||||
EdgeEventActionType action,
|
EdgeEventActionType action,
|
||||||
EntityId entityId,
|
EntityId entityId,
|
||||||
JsonNode body) {
|
JsonNode body) {
|
||||||
log.debug("Pushing event to edge queue. tenantId [{}], edgeId [{}], type[{}], " +
|
log.debug("Pushing event to edge queue. tenantId [{}], edgeId [{}], type[{}], " +
|
||||||
"action [{}], entityId [{}], body [{}]",
|
"action [{}], entityId [{}], body [{}]",
|
||||||
tenantId, edgeId, type, action, entityId, body);
|
tenantId, edgeId, type, action, entityId, body);
|
||||||
|
|||||||
@ -383,11 +383,11 @@ public class DefaultEdgeRequestsService implements EdgeRequestsService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private void saveEdgeEvent(TenantId tenantId,
|
private void saveEdgeEvent(TenantId tenantId,
|
||||||
EdgeId edgeId,
|
EdgeId edgeId,
|
||||||
EdgeEventType type,
|
EdgeEventType type,
|
||||||
EdgeEventActionType action,
|
EdgeEventActionType action,
|
||||||
EntityId entityId,
|
EntityId entityId,
|
||||||
JsonNode body) {
|
JsonNode body) {
|
||||||
log.trace("Pushing edge event to edge queue. tenantId [{}], edgeId [{}], type [{}], action[{}], entityId [{}], body [{}]",
|
log.trace("Pushing edge event to edge queue. tenantId [{}], edgeId [{}], type [{}], action[{}], entityId [{}], body [{}]",
|
||||||
tenantId, edgeId, type, action, entityId, body);
|
tenantId, edgeId, type, action, entityId, body);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user