File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ An endpoint is a logical entity that communicates with other endpoints via messa
31
31
Each endpoint has an identifying name and contains a collection of message handlers and sagas.
32
32
An endpoint can be deployed to a number of machines and environments. Each deployment of an endpoint is an instance.
33
33
34
- ### [ Instance] ( /nservicebus/endpoints/ ) or endpoint instance
34
+ ### [ Endpoint Instance] ( /nservicebus/endpoints/ ) or instance
35
35
36
36
An endpoint instance is a run-time object that allows interaction with the bus. Endpoint instances can send, receive, and publish messages.
37
37
They execute associated message handlers and sagas to process incoming messages. An endpoint instance can have a single input queue.
You can’t perform that action at this time.
0 commit comments