Creates a default reporter.
Creates a default reporter.
Default in this case means that the instance of ServiceException it constructs when its receive method is called does not report any endpoints.
Create a reporter factory that can produce either a client or server reporter based on the signature.
Create a default client reporter.
Create a default client reporter.
Default means the Reporter instance created by defaultReporter with the addition of reporting the client based on the localhost address as the client endpoint.
It returns a String => Reporter, which conforms to ClientBuilder's monitor option.
Use reporterFactory instead
Create a default source (i.
Create a default source (i.e. server) reporter.
Default means the Reporter instance created by defaultReporter with the addition of reporting the source based on the SocketAddress argument.
It returns a (String, SocketAddress) => Reporter, which conforms to ServerBuilder's monitor option.
Use reporterFactory instead
A collection of methods to construct a Monitor that logs to a ScribeHandler specifically for the chickadee exception reporting service. These methods are not generic enough for general use.