Documentation
¶
Index ¶
- func Dynamic(opts *cli.Options) error
- func NewClient(opts *cli.Options) (*servicebus.Namespace, error)
- func Read(opts *cli.Options, md *desc.MessageDescriptor) error
- func Relay(opts *cli.Options, relayCh chan interface{}, shutdownCtx context.Context) (relay.IRelayBackend, error)
- func Write(opts *cli.Options, md *desc.MessageDescriptor) error
- type AzureServiceBus
- type Relayer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Dynamic ¶ added in v0.28.0
Dynamic starts up a new GRPC client connected to the dProxy service and receives a stream of outbound replay messages which are then written to the message bus.
Types ¶
type AzureServiceBus ¶
type AzureServiceBus struct { Options *cli.Options MsgDesc *desc.MessageDescriptor Client *servicebus.Namespace Queue *servicebus.Queue Topic *servicebus.Topic // contains filtered or unexported fields }
func (*AzureServiceBus) Read ¶
func (a *AzureServiceBus) Read() error
Click to show internal directories.
Click to hide internal directories.