package
0.0.0-20190918193452-3ce1eab57797
Repository: https://github.com/cloudfoundry/loggregator.git
Documentation: pkg.go.dev
# Functions
NewServer is the preferred way to create a new Server.
WithMaxStreams specifies the maximum streams allowed by the RLP egress server.
# Structs
Server represents a bridge between inbound data from the Receiver and outbound data on a gRPC stream.
# Interfaces
HealthRegistrar provides an interface to record various counters.
MetricClient creates new CounterMetrics to be emitted periodically.
Receiver creates a function which will receive envelopes on a stream.
# Type aliases
ServerOption represents a function that cancel configure an RLP egress server.