# Functions
No description provided by the author
CreateServiceRequest is a small utility function that takes request type and payload and returns a new model.Request instance populated with them.
CreateServiceRequestWithHttpRequest does the same as CreateServiceRequest, except the payload is a pointer to the Incoming http.Request, so you can essentially extract what ever you want from the incoming request within your service.
CreateServiceRequestWithValues does the same as CreateServiceRequest, except the payload is url.Values and not A byte[] array.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Used to specify the target user queue of the Response.
A Message is the encapsulation of the event sent on the bus.
No description provided by the author
A Message header can contain any meta data.
No description provided by the author
Response represents a payload sent by a Fabric application.
No description provided by the author
No description provided by the author
# Type aliases
Direction int defining which way messages are travelling on a Channel.
No description provided by the author