Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Chain ¶
type Chain struct {
// contains filtered or unexported fields
}
Chain is a transport implementation that chains multiple transports together.
func (*Chain) Messages ¶
func (m *Chain) Messages(topic string) <-chan transport.ReceivedMessage
Messages implements the transport.Transport interface.
func (*Chain) ServiceName ¶
ServiceName implements the supervisor.WithName interface.
Click to show internal directories.
Click to hide internal directories.