Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

The following headers are set on exchanges during message transport.

Div
classconfluenceTableSmall

Property

Value

Neo4jOperation

One of the Neo4jOperation enum values

Wiki Markup
{div:class=confluenceTableSmall} || Property || Value || | {{Neo4jOperation}} | One of the Neo4jOperation enum values

`CREATE_NODE,

REMOVE_NODE,

CREATE_RELATIONSHIP,

REMOVE_RELATIONSHIP`

which

determines

which

action

to

perform | | {{Neo4jNodeId}} | the id of the created node | | {{Neo4jRelationshipId}} | the id of the created relationship | {div}

perform

Neo4jNodeId

the id of the created node

Neo4jRelationshipId

the id of the created relationship

The producer will set the headers for downstream processors once the operation has taken place. Any ID headers set prior to the producer are ignored.

...