Event Integration Point
It might be of interest to external systems or users to know that a certain authorization during processing has reached a certain Process Step or a certain Rule Step has got executed with a certain message.
The purpose of the event integration point is to publish event messages to external consumers.
Design Choices
The trigger for this integration point is the execution of a process step. Triggered events have no impact on the processing of the authorization.
Event Message
Oracle Health Insurance Authorizations publishes an event message for every authorization that matches a event rule. The message contains:
-
A topic, as defined in the event rule
-
An event, as defined in the event rule
-
A link to the authorization that generated the event
-
Optionally: additional fields as generated by the associated dynamic logic. See Event Rule in Functions.
System Properties
This IP uses a number of system properties:
-
ohi.<0>.endpoint.request.
-
ohi.service.<0>.client.authentication.
See Application Properties about those two properties and how to use them.