Shared Job
A Shared Job indicates a Job that will be broken down and shared across other Collaborators at its runtime.
collaborate.Set("Shared",
[]string{"GET", "POST"},
core.ExampleJobHandler[, handlers...])
If none of the method was provided, the JobHandler will be set to HTTP GET method as default.