# Functions
NewHub creates a new hub to get the required clients to communicate with cloudfoundry.
# Constants
EventLogMessageTypeStderr is a message that was received from stderr.
EventLogMessageTypeStdout is a message that was received from stdout.
EventTypeContainerMetric is a container metric event.
EventTypeCounter is a counter event.
EventTypeError is an error event.
EventTypeHttpAccess is a http access event.
EventTypeLog is a log event.
EventTypeValueMetric is a value metric event.
# Structs
AppMeta is the metadata associated with a cloudfoundry application.
EventContainerMetric represents a container metric event.
EventCounter represents a counter event.
EventError represents an error event.
EventHttpAccess represents a http access event.
EventLog represents a log message event.
EventValueMetric represents a value metric event.
Hub is central place to get all the required clients to communicate with cloudfoundry.
RlpListener is a listener client that connects to the cloudfoundry loggregator.
# Interfaces
Client interface exposed by Hub.Client.
Event is the interface all events implements.
EventWithAppID is the interface all events implement that provide an application ID for the event.
# Type aliases
EventMessageType defines the different log message types.
EventType defines the different event types that can be raised from RPLClient.