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