Documentation ¶
Index ¶
- type BrokerConfigService
- func (r *BrokerConfigService) GetExchangeArgs(ctx context.Context, b *eventingv1.Broker) (*rabbit.ExchangeArgs, error)
- func (r *BrokerConfigService) GetQueueType(ctx context.Context, b *eventingv1.Broker) (v1alpha1.QueueType, error)
- func (r *BrokerConfigService) GetRabbitMQClusterRef(ctx context.Context, b *eventingv1.Broker) (*rabbitv1beta1.RabbitmqClusterReference, error)
- func (r *BrokerConfigService) GetRabbitMQVhost(ctx context.Context, b *eventingv1.Broker) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BrokerConfigService ¶
type BrokerConfigService struct {
// contains filtered or unexported fields
}
func New ¶
func New(ctx context.Context) *BrokerConfigService
func (*BrokerConfigService) GetExchangeArgs ¶
func (r *BrokerConfigService) GetExchangeArgs(ctx context.Context, b *eventingv1.Broker) (*rabbit.ExchangeArgs, error)
func (*BrokerConfigService) GetQueueType ¶ added in v0.33.0
func (r *BrokerConfigService) GetQueueType(ctx context.Context, b *eventingv1.Broker) (v1alpha1.QueueType, error)
func (*BrokerConfigService) GetRabbitMQClusterRef ¶
func (r *BrokerConfigService) GetRabbitMQClusterRef(ctx context.Context, b *eventingv1.Broker) (*rabbitv1beta1.RabbitmqClusterReference, error)
func (*BrokerConfigService) GetRabbitMQVhost ¶ added in v0.36.0
func (r *BrokerConfigService) GetRabbitMQVhost(ctx context.Context, b *eventingv1.Broker) (string, error)
Click to show internal directories.
Click to hide internal directories.