events
subscribe
Subscribe to a topic
Subscribe an application endpoint to be invoked when events are delivered to the targeted topic. The endpoint is described in the request body and may be either a service endpoint or an actor method.
post/event/{topic}/subscribe
Path parameters
topicstring required
The topic name
pathstring required
The target endpoint to be invoked by the operation
Request body
Example request
{
"path": "an/arbitrary/valid/pathSegment"
}Response
A success message.