Skip to content

Commit e671e69

Browse files
committed
Update docs
1 parent bed9d95 commit e671e69

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

doc/integration-points.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,11 @@ Built-in integration point classes are the following.
1919
* IntegrationEngine.Core.MessageQueue.RabbitMQClient
2020
* IntegrationEngine.Core.ServiceStack.JsonService
2121

22+
To configure the integration point, the _IntegrationPointName_, defined in the configuration file, has to be the same
23+
name as the integration point's class name.
24+
For example, in the following code snippet the class name is "MyMailClient" and, in the config sample shown below the
25+
class, the _IntegrationPointName_ is "MyMailClient" as well.
2226

23-
The IntegrationPointName, defined in the configuration file, has to be the same name as the integration point's class name.
2427

2528
```csharp
2629
using IntegrationEngine.Core.Mail;

0 commit comments

Comments
 (0)