Documentation ¶
Overview ¶
Package broker is a generated protocol buffer package.
It is generated from these files:
github.com/TheThingsNetwork/ttn/api/broker/broker.proto
It has these top-level messages:
DownlinkOption UplinkMessage DownlinkMessage DeviceActivationResponse DeduplicatedUplinkMessage DeviceActivationRequest DeduplicatedDeviceActivationRequest ActivationChallengeRequest ActivationChallengeResponse SubscribeRequest StatusRequest Status ApplicationHandlerRegistration
Index ¶
- Variables
- func RegisterBrokerManagerServer(s *grpc.Server, srv BrokerManagerServer)
- func RegisterBrokerServer(s *grpc.Server, srv BrokerServer)
- type ActivationChallengeRequest
- func (*ActivationChallengeRequest) Descriptor() ([]byte, []int)
- func (m *ActivationChallengeRequest) GetAppId() string
- func (m *ActivationChallengeRequest) GetDevId() string
- func (m *ActivationChallengeRequest) GetMessage() *protocol.Message
- func (m *ActivationChallengeRequest) GetPayload() []byte
- func (m *ActivationChallengeRequest) Marshal() (dAtA []byte, err error)
- func (m *ActivationChallengeRequest) MarshalPayload() error
- func (m *ActivationChallengeRequest) MarshalTo(dAtA []byte) (int, error)
- func (*ActivationChallengeRequest) ProtoMessage()
- func (m *ActivationChallengeRequest) Reset()
- func (m *ActivationChallengeRequest) Size() (n int)
- func (m *ActivationChallengeRequest) String() string
- func (m *ActivationChallengeRequest) Unmarshal(dAtA []byte) error
- func (m *ActivationChallengeRequest) UnmarshalPayload() error
- func (m *ActivationChallengeRequest) Validate() error
- type ActivationChallengeResponse
- func (*ActivationChallengeResponse) Descriptor() ([]byte, []int)
- func (m *ActivationChallengeResponse) GetMessage() *protocol.Message
- func (m *ActivationChallengeResponse) GetPayload() []byte
- func (m *ActivationChallengeResponse) Marshal() (dAtA []byte, err error)
- func (m *ActivationChallengeResponse) MarshalPayload() error
- func (m *ActivationChallengeResponse) MarshalTo(dAtA []byte) (int, error)
- func (*ActivationChallengeResponse) ProtoMessage()
- func (m *ActivationChallengeResponse) Reset()
- func (m *ActivationChallengeResponse) Size() (n int)
- func (m *ActivationChallengeResponse) String() string
- func (m *ActivationChallengeResponse) Unmarshal(dAtA []byte) error
- func (m *ActivationChallengeResponse) UnmarshalPayload() error
- type ApplicationHandlerRegistration
- func (*ApplicationHandlerRegistration) Descriptor() ([]byte, []int)
- func (m *ApplicationHandlerRegistration) GetAppId() string
- func (m *ApplicationHandlerRegistration) GetHandlerId() string
- func (m *ApplicationHandlerRegistration) Marshal() (dAtA []byte, err error)
- func (m *ApplicationHandlerRegistration) MarshalTo(dAtA []byte) (int, error)
- func (*ApplicationHandlerRegistration) ProtoMessage()
- func (m *ApplicationHandlerRegistration) Reset()
- func (m *ApplicationHandlerRegistration) Size() (n int)
- func (m *ApplicationHandlerRegistration) String() string
- func (m *ApplicationHandlerRegistration) Unmarshal(dAtA []byte) error
- func (m *ApplicationHandlerRegistration) Validate() error
- type BrokerClient
- type BrokerManagerClient
- type BrokerManagerServer
- type BrokerServer
- type BrokerStreamServer
- func (s *BrokerStreamServer) Associate(stream Broker_AssociateServer) (err error)
- func (s *BrokerStreamServer) Publish(stream Broker_PublishServer) error
- func (s *BrokerStreamServer) SetLogger(logger log.Interface)
- func (s *BrokerStreamServer) Subscribe(req *SubscribeRequest, stream Broker_SubscribeServer) (err error)
- type Broker_AssociateClient
- type Broker_AssociateServer
- type Broker_PublishClient
- type Broker_PublishServer
- type Broker_SubscribeClient
- type Broker_SubscribeServer
- type DeduplicatedDeviceActivationRequest
- func (*DeduplicatedDeviceActivationRequest) Descriptor() ([]byte, []int)
- func (m *DeduplicatedDeviceActivationRequest) GetActivationMetadata() *protocol.ActivationMetadata
- func (m *DeduplicatedDeviceActivationRequest) GetAppId() string
- func (m *DeduplicatedDeviceActivationRequest) GetDevId() string
- func (m *DeduplicatedDeviceActivationRequest) GetGatewayMetadata() []*gateway.RxMetadata
- func (m *DeduplicatedDeviceActivationRequest) GetMessage() *protocol.Message
- func (m *DeduplicatedDeviceActivationRequest) GetPayload() []byte
- func (m *DeduplicatedDeviceActivationRequest) GetProtocolMetadata() *protocol.RxMetadata
- func (m *DeduplicatedDeviceActivationRequest) GetResponseTemplate() *DeviceActivationResponse
- func (m *DeduplicatedDeviceActivationRequest) GetServerTime() int64
- func (m *DeduplicatedDeviceActivationRequest) GetTrace() *trace.Trace
- func (m *DeduplicatedDeviceActivationRequest) Marshal() (dAtA []byte, err error)
- func (m *DeduplicatedDeviceActivationRequest) MarshalPayload() error
- func (m *DeduplicatedDeviceActivationRequest) MarshalTo(dAtA []byte) (int, error)
- func (*DeduplicatedDeviceActivationRequest) ProtoMessage()
- func (m *DeduplicatedDeviceActivationRequest) Reset()
- func (m *DeduplicatedDeviceActivationRequest) Size() (n int)
- func (m *DeduplicatedDeviceActivationRequest) String() string
- func (m *DeduplicatedDeviceActivationRequest) Unmarshal(dAtA []byte) error
- func (m *DeduplicatedDeviceActivationRequest) UnmarshalPayload() error
- func (m *DeduplicatedDeviceActivationRequest) Validate() error
- type DeduplicatedUplinkMessage
- func (*DeduplicatedUplinkMessage) Descriptor() ([]byte, []int)
- func (m *DeduplicatedUplinkMessage) GetAppId() string
- func (m *DeduplicatedUplinkMessage) GetDevId() string
- func (m *DeduplicatedUplinkMessage) GetGatewayMetadata() []*gateway.RxMetadata
- func (m *DeduplicatedUplinkMessage) GetMessage() *protocol.Message
- func (m *DeduplicatedUplinkMessage) GetPayload() []byte
- func (m *DeduplicatedUplinkMessage) GetProtocolMetadata() *protocol.RxMetadata
- func (m *DeduplicatedUplinkMessage) GetResponseTemplate() *DownlinkMessage
- func (m *DeduplicatedUplinkMessage) GetServerTime() int64
- func (m *DeduplicatedUplinkMessage) GetTrace() *trace.Trace
- func (m *DeduplicatedUplinkMessage) Marshal() (dAtA []byte, err error)
- func (m *DeduplicatedUplinkMessage) MarshalPayload() error
- func (m *DeduplicatedUplinkMessage) MarshalTo(dAtA []byte) (int, error)
- func (*DeduplicatedUplinkMessage) ProtoMessage()
- func (m *DeduplicatedUplinkMessage) Reset()
- func (m *DeduplicatedUplinkMessage) Size() (n int)
- func (m *DeduplicatedUplinkMessage) String() string
- func (m *DeduplicatedUplinkMessage) Unmarshal(dAtA []byte) error
- func (m *DeduplicatedUplinkMessage) UnmarshalPayload() error
- func (m *DeduplicatedUplinkMessage) Validate() error
- type DeviceActivationRequest
- func (*DeviceActivationRequest) Descriptor() ([]byte, []int)
- func (m *DeviceActivationRequest) GetActivationMetadata() *protocol.ActivationMetadata
- func (m *DeviceActivationRequest) GetDownlinkOptions() []*DownlinkOption
- func (m *DeviceActivationRequest) GetGatewayMetadata() *gateway.RxMetadata
- func (m *DeviceActivationRequest) GetMessage() *protocol.Message
- func (m *DeviceActivationRequest) GetPayload() []byte
- func (m *DeviceActivationRequest) GetProtocolMetadata() *protocol.RxMetadata
- func (m *DeviceActivationRequest) GetTrace() *trace.Trace
- func (m *DeviceActivationRequest) Marshal() (dAtA []byte, err error)
- func (m *DeviceActivationRequest) MarshalPayload() error
- func (m *DeviceActivationRequest) MarshalTo(dAtA []byte) (int, error)
- func (*DeviceActivationRequest) ProtoMessage()
- func (m *DeviceActivationRequest) Reset()
- func (m *DeviceActivationRequest) Size() (n int)
- func (m *DeviceActivationRequest) String() string
- func (m *DeviceActivationRequest) Unmarshal(dAtA []byte) error
- func (m *DeviceActivationRequest) UnmarshalPayload() error
- func (m *DeviceActivationRequest) Validate() error
- type DeviceActivationResponse
- func (*DeviceActivationResponse) Descriptor() ([]byte, []int)
- func (m *DeviceActivationResponse) GetDownlinkOption() *DownlinkOption
- func (m *DeviceActivationResponse) GetMessage() *protocol.Message
- func (m *DeviceActivationResponse) GetPayload() []byte
- func (m *DeviceActivationResponse) GetTrace() *trace.Trace
- func (m *DeviceActivationResponse) Marshal() (dAtA []byte, err error)
- func (m *DeviceActivationResponse) MarshalPayload() error
- func (m *DeviceActivationResponse) MarshalTo(dAtA []byte) (int, error)
- func (*DeviceActivationResponse) ProtoMessage()
- func (m *DeviceActivationResponse) Reset()
- func (m *DeviceActivationResponse) Size() (n int)
- func (m *DeviceActivationResponse) String() string
- func (m *DeviceActivationResponse) Unmarshal(dAtA []byte) error
- func (m *DeviceActivationResponse) UnmarshalPayload() error
- type DownlinkMessage
- func (*DownlinkMessage) Descriptor() ([]byte, []int)
- func (m *DownlinkMessage) GetAppId() string
- func (m *DownlinkMessage) GetDevId() string
- func (m *DownlinkMessage) GetDownlinkOption() *DownlinkOption
- func (m *DownlinkMessage) GetMessage() *protocol.Message
- func (m *DownlinkMessage) GetPayload() []byte
- func (m *DownlinkMessage) GetTrace() *trace.Trace
- func (m *DownlinkMessage) Marshal() (dAtA []byte, err error)
- func (m *DownlinkMessage) MarshalPayload() error
- func (m *DownlinkMessage) MarshalTo(dAtA []byte) (int, error)
- func (*DownlinkMessage) ProtoMessage()
- func (m *DownlinkMessage) Reset()
- func (m *DownlinkMessage) Size() (n int)
- func (m *DownlinkMessage) String() string
- func (m *DownlinkMessage) Unmarshal(dAtA []byte) error
- func (m *DownlinkMessage) UnmarshalPayload() error
- func (m *DownlinkMessage) Validate() error
- type DownlinkOption
- func (*DownlinkOption) Descriptor() ([]byte, []int)
- func (m *DownlinkOption) GetDeadline() int64
- func (m *DownlinkOption) GetGatewayConfig() *gateway.TxConfiguration
- func (m *DownlinkOption) GetGatewayId() string
- func (m *DownlinkOption) GetIdentifier() string
- func (m *DownlinkOption) GetProtocolConfig() *protocol.TxConfiguration
- func (m *DownlinkOption) GetScore() uint32
- func (m *DownlinkOption) Marshal() (dAtA []byte, err error)
- func (m *DownlinkOption) MarshalTo(dAtA []byte) (int, error)
- func (*DownlinkOption) ProtoMessage()
- func (m *DownlinkOption) Reset()
- func (m *DownlinkOption) Size() (n int)
- func (m *DownlinkOption) String() string
- func (m *DownlinkOption) Unmarshal(dAtA []byte) error
- func (m *DownlinkOption) Validate() error
- type HandlerPublishStream
- type HandlerSubscribeStream
- type RouterStream
- type Status
- func (*Status) Descriptor() ([]byte, []int)
- func (m *Status) GetActivations() *api.Rates
- func (m *Status) GetActivationsUnique() *api.Rates
- func (m *Status) GetComponent() *api.ComponentStats
- func (m *Status) GetConnectedHandlers() uint32
- func (m *Status) GetConnectedRouters() uint32
- func (m *Status) GetDeduplication() *api.Percentiles
- func (m *Status) GetDownlink() *api.Rates
- func (m *Status) GetSystem() *api.SystemStats
- func (m *Status) GetUplink() *api.Rates
- func (m *Status) GetUplinkUnique() *api.Rates
- func (m *Status) Marshal() (dAtA []byte, err error)
- func (m *Status) MarshalTo(dAtA []byte) (int, error)
- func (*Status) ProtoMessage()
- func (m *Status) Reset()
- func (m *Status) Size() (n int)
- func (m *Status) String() string
- func (m *Status) Unmarshal(dAtA []byte) error
- type StatusRequest
- func (*StatusRequest) Descriptor() ([]byte, []int)
- func (m *StatusRequest) Marshal() (dAtA []byte, err error)
- func (m *StatusRequest) MarshalTo(dAtA []byte) (int, error)
- func (*StatusRequest) ProtoMessage()
- func (m *StatusRequest) Reset()
- func (m *StatusRequest) Size() (n int)
- func (m *StatusRequest) String() string
- func (m *StatusRequest) Unmarshal(dAtA []byte) error
- type Stream
- type SubscribeRequest
- func (*SubscribeRequest) Descriptor() ([]byte, []int)
- func (m *SubscribeRequest) Marshal() (dAtA []byte, err error)
- func (m *SubscribeRequest) MarshalTo(dAtA []byte) (int, error)
- func (*SubscribeRequest) ProtoMessage()
- func (m *SubscribeRequest) Reset()
- func (m *SubscribeRequest) Size() (n int)
- func (m *SubscribeRequest) String() string
- func (m *SubscribeRequest) Unmarshal(dAtA []byte) error
- type UplinkMessage
- func (*UplinkMessage) Descriptor() ([]byte, []int)
- func (m *UplinkMessage) GetAppId() string
- func (m *UplinkMessage) GetDevId() string
- func (m *UplinkMessage) GetDownlinkOptions() []*DownlinkOption
- func (m *UplinkMessage) GetGatewayMetadata() *gateway.RxMetadata
- func (m *UplinkMessage) GetMessage() *protocol.Message
- func (m *UplinkMessage) GetPayload() []byte
- func (m *UplinkMessage) GetProtocolMetadata() *protocol.RxMetadata
- func (m *UplinkMessage) GetTrace() *trace.Trace
- func (m *UplinkMessage) Marshal() (dAtA []byte, err error)
- func (m *UplinkMessage) MarshalPayload() error
- func (m *UplinkMessage) MarshalTo(dAtA []byte) (int, error)
- func (*UplinkMessage) ProtoMessage()
- func (m *UplinkMessage) Reset()
- func (m *UplinkMessage) Size() (n int)
- func (m *UplinkMessage) String() string
- func (m *UplinkMessage) Unmarshal(dAtA []byte) error
- func (m *UplinkMessage) UnmarshalPayload() error
- func (m *UplinkMessage) Validate() error
Constants ¶
This section is empty.
Variables ¶
var ( ErrInvalidLengthBroker = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowBroker = fmt.Errorf("proto: integer overflow") )
var DefaultBufferSize = 10
DefaultBufferSize indicates the default send and receive buffer sizes
Functions ¶
func RegisterBrokerManagerServer ¶
func RegisterBrokerManagerServer(s *grpc.Server, srv BrokerManagerServer)
func RegisterBrokerServer ¶
func RegisterBrokerServer(s *grpc.Server, srv BrokerServer)
Types ¶
type ActivationChallengeRequest ¶
type ActivationChallengeRequest struct { Payload []byte `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"` Message *protocol.Message `protobuf:"bytes,2,opt,name=message" json:"message,omitempty"` DevEui *github_com_TheThingsNetwork_ttn_core_types.DevEUI `` /* 141-byte string literal not displayed */ AppEui *github_com_TheThingsNetwork_ttn_core_types.AppEUI `` /* 141-byte string literal not displayed */ AppId string `protobuf:"bytes,13,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"` DevId string `protobuf:"bytes,14,opt,name=dev_id,json=devId,proto3" json:"dev_id,omitempty"` }
func (*ActivationChallengeRequest) Descriptor ¶
func (*ActivationChallengeRequest) Descriptor() ([]byte, []int)
func (*ActivationChallengeRequest) GetAppId ¶
func (m *ActivationChallengeRequest) GetAppId() string
func (*ActivationChallengeRequest) GetDevId ¶
func (m *ActivationChallengeRequest) GetDevId() string
func (*ActivationChallengeRequest) GetMessage ¶
func (m *ActivationChallengeRequest) GetMessage() *protocol.Message
func (*ActivationChallengeRequest) GetPayload ¶
func (m *ActivationChallengeRequest) GetPayload() []byte
func (*ActivationChallengeRequest) Marshal ¶
func (m *ActivationChallengeRequest) Marshal() (dAtA []byte, err error)
func (*ActivationChallengeRequest) MarshalPayload ¶
func (m *ActivationChallengeRequest) MarshalPayload() error
MarshalPayload marshals the Message into Payload if Payload is nil
func (*ActivationChallengeRequest) MarshalTo ¶
func (m *ActivationChallengeRequest) MarshalTo(dAtA []byte) (int, error)
func (*ActivationChallengeRequest) ProtoMessage ¶
func (*ActivationChallengeRequest) ProtoMessage()
func (*ActivationChallengeRequest) Reset ¶
func (m *ActivationChallengeRequest) Reset()
func (*ActivationChallengeRequest) Size ¶
func (m *ActivationChallengeRequest) Size() (n int)
func (*ActivationChallengeRequest) String ¶
func (m *ActivationChallengeRequest) String() string
func (*ActivationChallengeRequest) Unmarshal ¶
func (m *ActivationChallengeRequest) Unmarshal(dAtA []byte) error
func (*ActivationChallengeRequest) UnmarshalPayload ¶
func (m *ActivationChallengeRequest) UnmarshalPayload() error
UnmarshalPayload unmarshals the Payload into Message if Message is nil
func (*ActivationChallengeRequest) Validate ¶
func (m *ActivationChallengeRequest) Validate() error
Validate implements the api.Validator interface
type ActivationChallengeResponse ¶
type ActivationChallengeResponse struct { Payload []byte `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"` Message *protocol.Message `protobuf:"bytes,2,opt,name=message" json:"message,omitempty"` }
func (*ActivationChallengeResponse) Descriptor ¶
func (*ActivationChallengeResponse) Descriptor() ([]byte, []int)
func (*ActivationChallengeResponse) GetMessage ¶
func (m *ActivationChallengeResponse) GetMessage() *protocol.Message
func (*ActivationChallengeResponse) GetPayload ¶
func (m *ActivationChallengeResponse) GetPayload() []byte
func (*ActivationChallengeResponse) Marshal ¶
func (m *ActivationChallengeResponse) Marshal() (dAtA []byte, err error)
func (*ActivationChallengeResponse) MarshalPayload ¶
func (m *ActivationChallengeResponse) MarshalPayload() error
MarshalPayload marshals the Message into Payload if Payload is nil
func (*ActivationChallengeResponse) MarshalTo ¶
func (m *ActivationChallengeResponse) MarshalTo(dAtA []byte) (int, error)
func (*ActivationChallengeResponse) ProtoMessage ¶
func (*ActivationChallengeResponse) ProtoMessage()
func (*ActivationChallengeResponse) Reset ¶
func (m *ActivationChallengeResponse) Reset()
func (*ActivationChallengeResponse) Size ¶
func (m *ActivationChallengeResponse) Size() (n int)
func (*ActivationChallengeResponse) String ¶
func (m *ActivationChallengeResponse) String() string
func (*ActivationChallengeResponse) Unmarshal ¶
func (m *ActivationChallengeResponse) Unmarshal(dAtA []byte) error
func (*ActivationChallengeResponse) UnmarshalPayload ¶
func (m *ActivationChallengeResponse) UnmarshalPayload() error
UnmarshalPayload unmarshals the Payload into Message if Message is nil
type ApplicationHandlerRegistration ¶
type ApplicationHandlerRegistration struct { AppId string `protobuf:"bytes,1,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"` HandlerId string `protobuf:"bytes,2,opt,name=handler_id,json=handlerId,proto3" json:"handler_id,omitempty"` }
func (*ApplicationHandlerRegistration) Descriptor ¶
func (*ApplicationHandlerRegistration) Descriptor() ([]byte, []int)
func (*ApplicationHandlerRegistration) GetAppId ¶
func (m *ApplicationHandlerRegistration) GetAppId() string
func (*ApplicationHandlerRegistration) GetHandlerId ¶
func (m *ApplicationHandlerRegistration) GetHandlerId() string
func (*ApplicationHandlerRegistration) Marshal ¶
func (m *ApplicationHandlerRegistration) Marshal() (dAtA []byte, err error)
func (*ApplicationHandlerRegistration) MarshalTo ¶
func (m *ApplicationHandlerRegistration) MarshalTo(dAtA []byte) (int, error)
func (*ApplicationHandlerRegistration) ProtoMessage ¶
func (*ApplicationHandlerRegistration) ProtoMessage()
func (*ApplicationHandlerRegistration) Reset ¶
func (m *ApplicationHandlerRegistration) Reset()
func (*ApplicationHandlerRegistration) Size ¶
func (m *ApplicationHandlerRegistration) Size() (n int)
func (*ApplicationHandlerRegistration) String ¶
func (m *ApplicationHandlerRegistration) String() string
func (*ApplicationHandlerRegistration) Unmarshal ¶
func (m *ApplicationHandlerRegistration) Unmarshal(dAtA []byte) error
func (*ApplicationHandlerRegistration) Validate ¶
func (m *ApplicationHandlerRegistration) Validate() error
Validate implements the api.Validator interface
type BrokerClient ¶
type BrokerClient interface { // Router initiates an Association with the Broker. Associate(ctx context.Context, opts ...grpc.CallOption) (Broker_AssociateClient, error) // Handler subscribes to uplink stream. Subscribe(ctx context.Context, in *SubscribeRequest, opts ...grpc.CallOption) (Broker_SubscribeClient, error) // Handler initiates downlink stream. Publish(ctx context.Context, opts ...grpc.CallOption) (Broker_PublishClient, error) // Router requests device activation Activate(ctx context.Context, in *DeviceActivationRequest, opts ...grpc.CallOption) (*DeviceActivationResponse, error) }
func NewBrokerClient ¶
func NewBrokerClient(cc *grpc.ClientConn) BrokerClient
type BrokerManagerClient ¶
type BrokerManagerClient interface { // Handler announces a new application to Broker. This is a temporary method that will be removed // when we can push updates from the Discovery service to the routing services. RegisterApplicationHandler(ctx context.Context, in *ApplicationHandlerRegistration, opts ...grpc.CallOption) (*google_protobuf.Empty, error) // Network operator requests Broker status GetStatus(ctx context.Context, in *StatusRequest, opts ...grpc.CallOption) (*Status, error) }
func NewBrokerManagerClient ¶
func NewBrokerManagerClient(cc *grpc.ClientConn) BrokerManagerClient
type BrokerManagerServer ¶
type BrokerManagerServer interface { // Handler announces a new application to Broker. This is a temporary method that will be removed // when we can push updates from the Discovery service to the routing services. RegisterApplicationHandler(context.Context, *ApplicationHandlerRegistration) (*google_protobuf.Empty, error) // Network operator requests Broker status GetStatus(context.Context, *StatusRequest) (*Status, error) }
type BrokerServer ¶
type BrokerServer interface { // Router initiates an Association with the Broker. Associate(Broker_AssociateServer) error // Handler subscribes to uplink stream. Subscribe(*SubscribeRequest, Broker_SubscribeServer) error // Handler initiates downlink stream. Publish(Broker_PublishServer) error // Router requests device activation Activate(context.Context, *DeviceActivationRequest) (*DeviceActivationResponse, error) }
type BrokerStreamServer ¶
type BrokerStreamServer struct { RouterAssociateChanFunc func(md metadata.MD) (up chan *UplinkMessage, down <-chan *DownlinkMessage, cancel func(), err error) HandlerSubscribeChanFunc func(md metadata.MD) (ch <-chan *DeduplicatedUplinkMessage, cancel func(), err error) HandlerPublishChanFunc func(md metadata.MD) (ch chan *DownlinkMessage, err error) // contains filtered or unexported fields }
BrokerStreamServer handles gRPC streams as channels
func NewBrokerStreamServer ¶
func NewBrokerStreamServer() *BrokerStreamServer
NewBrokerStreamServer returns a new BrokerStreamServer
func (*BrokerStreamServer) Associate ¶
func (s *BrokerStreamServer) Associate(stream Broker_AssociateServer) (err error)
Associate handles uplink streams from and downlink streams to the router
func (*BrokerStreamServer) Publish ¶
func (s *BrokerStreamServer) Publish(stream Broker_PublishServer) error
Publish handles downlink streams from the handler
func (*BrokerStreamServer) SetLogger ¶
func (s *BrokerStreamServer) SetLogger(logger log.Interface)
SetLogger sets the logger
func (*BrokerStreamServer) Subscribe ¶
func (s *BrokerStreamServer) Subscribe(req *SubscribeRequest, stream Broker_SubscribeServer) (err error)
Subscribe handles uplink streams towards the handler
type Broker_AssociateClient ¶
type Broker_AssociateClient interface { Send(*UplinkMessage) error Recv() (*DownlinkMessage, error) grpc.ClientStream }
type Broker_AssociateServer ¶
type Broker_AssociateServer interface { Send(*DownlinkMessage) error Recv() (*UplinkMessage, error) grpc.ServerStream }
type Broker_PublishClient ¶
type Broker_PublishClient interface { Send(*DownlinkMessage) error CloseAndRecv() (*google_protobuf.Empty, error) grpc.ClientStream }
type Broker_PublishServer ¶
type Broker_PublishServer interface { SendAndClose(*google_protobuf.Empty) error Recv() (*DownlinkMessage, error) grpc.ServerStream }
type Broker_SubscribeClient ¶
type Broker_SubscribeClient interface { Recv() (*DeduplicatedUplinkMessage, error) grpc.ClientStream }
type Broker_SubscribeServer ¶
type Broker_SubscribeServer interface { Send(*DeduplicatedUplinkMessage) error grpc.ServerStream }
type DeduplicatedDeviceActivationRequest ¶
type DeduplicatedDeviceActivationRequest struct { Payload []byte `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"` Message *protocol.Message `protobuf:"bytes,2,opt,name=message" json:"message,omitempty"` DevEui *github_com_TheThingsNetwork_ttn_core_types.DevEUI `` /* 141-byte string literal not displayed */ AppEui *github_com_TheThingsNetwork_ttn_core_types.AppEUI `` /* 141-byte string literal not displayed */ AppId string `protobuf:"bytes,13,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"` DevId string `protobuf:"bytes,14,opt,name=dev_id,json=devId,proto3" json:"dev_id,omitempty"` ProtocolMetadata *protocol.RxMetadata `protobuf:"bytes,21,opt,name=protocol_metadata,json=protocolMetadata" json:"protocol_metadata,omitempty"` GatewayMetadata []*gateway.RxMetadata `protobuf:"bytes,22,rep,name=gateway_metadata,json=gatewayMetadata" json:"gateway_metadata,omitempty"` ActivationMetadata *protocol.ActivationMetadata `protobuf:"bytes,23,opt,name=activation_metadata,json=activationMetadata" json:"activation_metadata,omitempty"` ServerTime int64 `protobuf:"varint,24,opt,name=server_time,json=serverTime,proto3" json:"server_time,omitempty"` ResponseTemplate *DeviceActivationResponse `protobuf:"bytes,31,opt,name=response_template,json=responseTemplate" json:"response_template,omitempty"` Trace *trace.Trace `protobuf:"bytes,41,opt,name=trace" json:"trace,omitempty"` }
sent to the Handler
func (*DeduplicatedDeviceActivationRequest) Descriptor ¶
func (*DeduplicatedDeviceActivationRequest) Descriptor() ([]byte, []int)
func (*DeduplicatedDeviceActivationRequest) GetActivationMetadata ¶
func (m *DeduplicatedDeviceActivationRequest) GetActivationMetadata() *protocol.ActivationMetadata
func (*DeduplicatedDeviceActivationRequest) GetAppId ¶
func (m *DeduplicatedDeviceActivationRequest) GetAppId() string
func (*DeduplicatedDeviceActivationRequest) GetDevId ¶
func (m *DeduplicatedDeviceActivationRequest) GetDevId() string
func (*DeduplicatedDeviceActivationRequest) GetGatewayMetadata ¶
func (m *DeduplicatedDeviceActivationRequest) GetGatewayMetadata() []*gateway.RxMetadata
func (*DeduplicatedDeviceActivationRequest) GetMessage ¶
func (m *DeduplicatedDeviceActivationRequest) GetMessage() *protocol.Message
func (*DeduplicatedDeviceActivationRequest) GetPayload ¶
func (m *DeduplicatedDeviceActivationRequest) GetPayload() []byte
func (*DeduplicatedDeviceActivationRequest) GetProtocolMetadata ¶
func (m *DeduplicatedDeviceActivationRequest) GetProtocolMetadata() *protocol.RxMetadata
func (*DeduplicatedDeviceActivationRequest) GetResponseTemplate ¶
func (m *DeduplicatedDeviceActivationRequest) GetResponseTemplate() *DeviceActivationResponse
func (*DeduplicatedDeviceActivationRequest) GetServerTime ¶
func (m *DeduplicatedDeviceActivationRequest) GetServerTime() int64
func (*DeduplicatedDeviceActivationRequest) GetTrace ¶
func (m *DeduplicatedDeviceActivationRequest) GetTrace() *trace.Trace
func (*DeduplicatedDeviceActivationRequest) Marshal ¶
func (m *DeduplicatedDeviceActivationRequest) Marshal() (dAtA []byte, err error)
func (*DeduplicatedDeviceActivationRequest) MarshalPayload ¶
func (m *DeduplicatedDeviceActivationRequest) MarshalPayload() error
MarshalPayload marshals the Message into Payload if Payload is nil
func (*DeduplicatedDeviceActivationRequest) MarshalTo ¶
func (m *DeduplicatedDeviceActivationRequest) MarshalTo(dAtA []byte) (int, error)
func (*DeduplicatedDeviceActivationRequest) ProtoMessage ¶
func (*DeduplicatedDeviceActivationRequest) ProtoMessage()
func (*DeduplicatedDeviceActivationRequest) Reset ¶
func (m *DeduplicatedDeviceActivationRequest) Reset()
func (*DeduplicatedDeviceActivationRequest) Size ¶
func (m *DeduplicatedDeviceActivationRequest) Size() (n int)
func (*DeduplicatedDeviceActivationRequest) String ¶
func (m *DeduplicatedDeviceActivationRequest) String() string
func (*DeduplicatedDeviceActivationRequest) Unmarshal ¶
func (m *DeduplicatedDeviceActivationRequest) Unmarshal(dAtA []byte) error
func (*DeduplicatedDeviceActivationRequest) UnmarshalPayload ¶
func (m *DeduplicatedDeviceActivationRequest) UnmarshalPayload() error
UnmarshalPayload unmarshals the Payload into Message if Message is nil
func (*DeduplicatedDeviceActivationRequest) Validate ¶
func (m *DeduplicatedDeviceActivationRequest) Validate() error
Validate implements the api.Validator interface
type DeduplicatedUplinkMessage ¶
type DeduplicatedUplinkMessage struct { Payload []byte `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"` Message *protocol.Message `protobuf:"bytes,2,opt,name=message" json:"message,omitempty"` DevEui *github_com_TheThingsNetwork_ttn_core_types.DevEUI `` /* 141-byte string literal not displayed */ AppEui *github_com_TheThingsNetwork_ttn_core_types.AppEUI `` /* 141-byte string literal not displayed */ AppId string `protobuf:"bytes,13,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"` DevId string `protobuf:"bytes,14,opt,name=dev_id,json=devId,proto3" json:"dev_id,omitempty"` ProtocolMetadata *protocol.RxMetadata `protobuf:"bytes,21,opt,name=protocol_metadata,json=protocolMetadata" json:"protocol_metadata,omitempty"` GatewayMetadata []*gateway.RxMetadata `protobuf:"bytes,22,rep,name=gateway_metadata,json=gatewayMetadata" json:"gateway_metadata,omitempty"` ServerTime int64 `protobuf:"varint,23,opt,name=server_time,json=serverTime,proto3" json:"server_time,omitempty"` ResponseTemplate *DownlinkMessage `protobuf:"bytes,31,opt,name=response_template,json=responseTemplate" json:"response_template,omitempty"` Trace *trace.Trace `protobuf:"bytes,41,opt,name=trace" json:"trace,omitempty"` }
sent to the Handler
func (*DeduplicatedUplinkMessage) Descriptor ¶
func (*DeduplicatedUplinkMessage) Descriptor() ([]byte, []int)
func (*DeduplicatedUplinkMessage) GetAppId ¶
func (m *DeduplicatedUplinkMessage) GetAppId() string
func (*DeduplicatedUplinkMessage) GetDevId ¶
func (m *DeduplicatedUplinkMessage) GetDevId() string
func (*DeduplicatedUplinkMessage) GetGatewayMetadata ¶
func (m *DeduplicatedUplinkMessage) GetGatewayMetadata() []*gateway.RxMetadata
func (*DeduplicatedUplinkMessage) GetMessage ¶
func (m *DeduplicatedUplinkMessage) GetMessage() *protocol.Message
func (*DeduplicatedUplinkMessage) GetPayload ¶
func (m *DeduplicatedUplinkMessage) GetPayload() []byte
func (*DeduplicatedUplinkMessage) GetProtocolMetadata ¶
func (m *DeduplicatedUplinkMessage) GetProtocolMetadata() *protocol.RxMetadata
func (*DeduplicatedUplinkMessage) GetResponseTemplate ¶
func (m *DeduplicatedUplinkMessage) GetResponseTemplate() *DownlinkMessage
func (*DeduplicatedUplinkMessage) GetServerTime ¶
func (m *DeduplicatedUplinkMessage) GetServerTime() int64
func (*DeduplicatedUplinkMessage) GetTrace ¶
func (m *DeduplicatedUplinkMessage) GetTrace() *trace.Trace
func (*DeduplicatedUplinkMessage) Marshal ¶
func (m *DeduplicatedUplinkMessage) Marshal() (dAtA []byte, err error)
func (*DeduplicatedUplinkMessage) MarshalPayload ¶
func (m *DeduplicatedUplinkMessage) MarshalPayload() error
MarshalPayload marshals the Message into Payload if Payload is nil
func (*DeduplicatedUplinkMessage) MarshalTo ¶
func (m *DeduplicatedUplinkMessage) MarshalTo(dAtA []byte) (int, error)
func (*DeduplicatedUplinkMessage) ProtoMessage ¶
func (*DeduplicatedUplinkMessage) ProtoMessage()
func (*DeduplicatedUplinkMessage) Reset ¶
func (m *DeduplicatedUplinkMessage) Reset()
func (*DeduplicatedUplinkMessage) Size ¶
func (m *DeduplicatedUplinkMessage) Size() (n int)
func (*DeduplicatedUplinkMessage) String ¶
func (m *DeduplicatedUplinkMessage) String() string
func (*DeduplicatedUplinkMessage) Unmarshal ¶
func (m *DeduplicatedUplinkMessage) Unmarshal(dAtA []byte) error
func (*DeduplicatedUplinkMessage) UnmarshalPayload ¶
func (m *DeduplicatedUplinkMessage) UnmarshalPayload() error
UnmarshalPayload unmarshals the Payload into Message if Message is nil
func (*DeduplicatedUplinkMessage) Validate ¶
func (m *DeduplicatedUplinkMessage) Validate() error
Validate implements the api.Validator interface
type DeviceActivationRequest ¶
type DeviceActivationRequest struct { Payload []byte `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"` Message *protocol.Message `protobuf:"bytes,2,opt,name=message" json:"message,omitempty"` DevEui *github_com_TheThingsNetwork_ttn_core_types.DevEUI `` /* 141-byte string literal not displayed */ AppEui *github_com_TheThingsNetwork_ttn_core_types.AppEUI `` /* 141-byte string literal not displayed */ ProtocolMetadata *protocol.RxMetadata `protobuf:"bytes,21,opt,name=protocol_metadata,json=protocolMetadata" json:"protocol_metadata,omitempty"` GatewayMetadata *gateway.RxMetadata `protobuf:"bytes,22,opt,name=gateway_metadata,json=gatewayMetadata" json:"gateway_metadata,omitempty"` ActivationMetadata *protocol.ActivationMetadata `protobuf:"bytes,23,opt,name=activation_metadata,json=activationMetadata" json:"activation_metadata,omitempty"` DownlinkOptions []*DownlinkOption `protobuf:"bytes,31,rep,name=downlink_options,json=downlinkOptions" json:"downlink_options,omitempty"` Trace *trace.Trace `protobuf:"bytes,41,opt,name=trace" json:"trace,omitempty"` }
received from the Router
func (*DeviceActivationRequest) Descriptor ¶
func (*DeviceActivationRequest) Descriptor() ([]byte, []int)
func (*DeviceActivationRequest) GetActivationMetadata ¶
func (m *DeviceActivationRequest) GetActivationMetadata() *protocol.ActivationMetadata
func (*DeviceActivationRequest) GetDownlinkOptions ¶
func (m *DeviceActivationRequest) GetDownlinkOptions() []*DownlinkOption
func (*DeviceActivationRequest) GetGatewayMetadata ¶
func (m *DeviceActivationRequest) GetGatewayMetadata() *gateway.RxMetadata
func (*DeviceActivationRequest) GetMessage ¶
func (m *DeviceActivationRequest) GetMessage() *protocol.Message
func (*DeviceActivationRequest) GetPayload ¶
func (m *DeviceActivationRequest) GetPayload() []byte
func (*DeviceActivationRequest) GetProtocolMetadata ¶
func (m *DeviceActivationRequest) GetProtocolMetadata() *protocol.RxMetadata
func (*DeviceActivationRequest) GetTrace ¶
func (m *DeviceActivationRequest) GetTrace() *trace.Trace
func (*DeviceActivationRequest) Marshal ¶
func (m *DeviceActivationRequest) Marshal() (dAtA []byte, err error)
func (*DeviceActivationRequest) MarshalPayload ¶
func (m *DeviceActivationRequest) MarshalPayload() error
MarshalPayload marshals the Message into Payload if Payload is nil
func (*DeviceActivationRequest) MarshalTo ¶
func (m *DeviceActivationRequest) MarshalTo(dAtA []byte) (int, error)
func (*DeviceActivationRequest) ProtoMessage ¶
func (*DeviceActivationRequest) ProtoMessage()
func (*DeviceActivationRequest) Reset ¶
func (m *DeviceActivationRequest) Reset()
func (*DeviceActivationRequest) Size ¶
func (m *DeviceActivationRequest) Size() (n int)
func (*DeviceActivationRequest) String ¶
func (m *DeviceActivationRequest) String() string
func (*DeviceActivationRequest) Unmarshal ¶
func (m *DeviceActivationRequest) Unmarshal(dAtA []byte) error
func (*DeviceActivationRequest) UnmarshalPayload ¶
func (m *DeviceActivationRequest) UnmarshalPayload() error
UnmarshalPayload unmarshals the Payload into Message if Message is nil
func (*DeviceActivationRequest) Validate ¶
func (m *DeviceActivationRequest) Validate() error
Validate implements the api.Validator interface
type DeviceActivationResponse ¶
type DeviceActivationResponse struct { Payload []byte `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"` Message *protocol.Message `protobuf:"bytes,2,opt,name=message" json:"message,omitempty"` DownlinkOption *DownlinkOption `protobuf:"bytes,11,opt,name=downlink_option,json=downlinkOption" json:"downlink_option,omitempty"` Trace *trace.Trace `protobuf:"bytes,21,opt,name=trace" json:"trace,omitempty"` }
sent to the Router, used as Template
func (*DeviceActivationResponse) Descriptor ¶
func (*DeviceActivationResponse) Descriptor() ([]byte, []int)
func (*DeviceActivationResponse) GetDownlinkOption ¶
func (m *DeviceActivationResponse) GetDownlinkOption() *DownlinkOption
func (*DeviceActivationResponse) GetMessage ¶
func (m *DeviceActivationResponse) GetMessage() *protocol.Message
func (*DeviceActivationResponse) GetPayload ¶
func (m *DeviceActivationResponse) GetPayload() []byte
func (*DeviceActivationResponse) GetTrace ¶
func (m *DeviceActivationResponse) GetTrace() *trace.Trace
func (*DeviceActivationResponse) Marshal ¶
func (m *DeviceActivationResponse) Marshal() (dAtA []byte, err error)
func (*DeviceActivationResponse) MarshalPayload ¶
func (m *DeviceActivationResponse) MarshalPayload() error
MarshalPayload marshals the Message into Payload if Payload is nil
func (*DeviceActivationResponse) MarshalTo ¶
func (m *DeviceActivationResponse) MarshalTo(dAtA []byte) (int, error)
func (*DeviceActivationResponse) ProtoMessage ¶
func (*DeviceActivationResponse) ProtoMessage()
func (*DeviceActivationResponse) Reset ¶
func (m *DeviceActivationResponse) Reset()
func (*DeviceActivationResponse) Size ¶
func (m *DeviceActivationResponse) Size() (n int)
func (*DeviceActivationResponse) String ¶
func (m *DeviceActivationResponse) String() string
func (*DeviceActivationResponse) Unmarshal ¶
func (m *DeviceActivationResponse) Unmarshal(dAtA []byte) error
func (*DeviceActivationResponse) UnmarshalPayload ¶
func (m *DeviceActivationResponse) UnmarshalPayload() error
UnmarshalPayload unmarshals the Payload into Message if Message is nil
type DownlinkMessage ¶
type DownlinkMessage struct { Payload []byte `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"` Message *protocol.Message `protobuf:"bytes,2,opt,name=message" json:"message,omitempty"` DevEui *github_com_TheThingsNetwork_ttn_core_types.DevEUI `` /* 141-byte string literal not displayed */ AppEui *github_com_TheThingsNetwork_ttn_core_types.AppEUI `` /* 141-byte string literal not displayed */ AppId string `protobuf:"bytes,13,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"` DevId string `protobuf:"bytes,14,opt,name=dev_id,json=devId,proto3" json:"dev_id,omitempty"` DownlinkOption *DownlinkOption `protobuf:"bytes,21,opt,name=downlink_option,json=downlinkOption" json:"downlink_option,omitempty"` Trace *trace.Trace `protobuf:"bytes,31,opt,name=trace" json:"trace,omitempty"` }
received from the Handler, sent to the Router, used as Template
func (*DownlinkMessage) Descriptor ¶
func (*DownlinkMessage) Descriptor() ([]byte, []int)
func (*DownlinkMessage) GetAppId ¶
func (m *DownlinkMessage) GetAppId() string
func (*DownlinkMessage) GetDevId ¶
func (m *DownlinkMessage) GetDevId() string
func (*DownlinkMessage) GetDownlinkOption ¶
func (m *DownlinkMessage) GetDownlinkOption() *DownlinkOption
func (*DownlinkMessage) GetMessage ¶
func (m *DownlinkMessage) GetMessage() *protocol.Message
func (*DownlinkMessage) GetPayload ¶
func (m *DownlinkMessage) GetPayload() []byte
func (*DownlinkMessage) GetTrace ¶
func (m *DownlinkMessage) GetTrace() *trace.Trace
func (*DownlinkMessage) Marshal ¶
func (m *DownlinkMessage) Marshal() (dAtA []byte, err error)
func (*DownlinkMessage) MarshalPayload ¶
func (m *DownlinkMessage) MarshalPayload() error
MarshalPayload marshals the Message into Payload if Payload is nil
func (*DownlinkMessage) ProtoMessage ¶
func (*DownlinkMessage) ProtoMessage()
func (*DownlinkMessage) Reset ¶
func (m *DownlinkMessage) Reset()
func (*DownlinkMessage) Size ¶
func (m *DownlinkMessage) Size() (n int)
func (*DownlinkMessage) String ¶
func (m *DownlinkMessage) String() string
func (*DownlinkMessage) Unmarshal ¶
func (m *DownlinkMessage) Unmarshal(dAtA []byte) error
func (*DownlinkMessage) UnmarshalPayload ¶
func (m *DownlinkMessage) UnmarshalPayload() error
UnmarshalPayload unmarshals the Payload into Message if Message is nil
func (*DownlinkMessage) Validate ¶
func (m *DownlinkMessage) Validate() error
Validate implements the api.Validator interface
type DownlinkOption ¶
type DownlinkOption struct { // String that identifies this downlink option in the Router Identifier string `protobuf:"bytes,1,opt,name=identifier,proto3" json:"identifier,omitempty"` // ID of the gateway where this downlink should be sent GatewayId string `protobuf:"bytes,2,opt,name=gateway_id,json=gatewayId,proto3" json:"gateway_id,omitempty"` // Score of this downlink option. Lower is better. Score uint32 `protobuf:"varint,3,opt,name=score,proto3" json:"score,omitempty"` // deadline time at server represented as Unix nanoseconds Deadline int64 `protobuf:"varint,4,opt,name=deadline,proto3" json:"deadline,omitempty"` ProtocolConfig *protocol.TxConfiguration `protobuf:"bytes,5,opt,name=protocol_config,json=protocolConfig" json:"protocol_config,omitempty"` GatewayConfig *gateway.TxConfiguration `protobuf:"bytes,6,opt,name=gateway_config,json=gatewayConfig" json:"gateway_config,omitempty"` }
func (*DownlinkOption) Descriptor ¶
func (*DownlinkOption) Descriptor() ([]byte, []int)
func (*DownlinkOption) GetDeadline ¶
func (m *DownlinkOption) GetDeadline() int64
func (*DownlinkOption) GetGatewayConfig ¶
func (m *DownlinkOption) GetGatewayConfig() *gateway.TxConfiguration
func (*DownlinkOption) GetGatewayId ¶
func (m *DownlinkOption) GetGatewayId() string
func (*DownlinkOption) GetIdentifier ¶
func (m *DownlinkOption) GetIdentifier() string
func (*DownlinkOption) GetProtocolConfig ¶
func (m *DownlinkOption) GetProtocolConfig() *protocol.TxConfiguration
func (*DownlinkOption) GetScore ¶
func (m *DownlinkOption) GetScore() uint32
func (*DownlinkOption) Marshal ¶
func (m *DownlinkOption) Marshal() (dAtA []byte, err error)
func (*DownlinkOption) ProtoMessage ¶
func (*DownlinkOption) ProtoMessage()
func (*DownlinkOption) Reset ¶
func (m *DownlinkOption) Reset()
func (*DownlinkOption) Size ¶
func (m *DownlinkOption) Size() (n int)
func (*DownlinkOption) String ¶
func (m *DownlinkOption) String() string
func (*DownlinkOption) Unmarshal ¶
func (m *DownlinkOption) Unmarshal(dAtA []byte) error
func (*DownlinkOption) Validate ¶
func (m *DownlinkOption) Validate() error
Validate implements the api.Validator interface
type HandlerPublishStream ¶
type HandlerPublishStream interface { Stream Send(*DownlinkMessage) error }
HandlerPublishStream for sending downlink messages to the broker
func NewMonitoredHandlerPublishStream ¶
func NewMonitoredHandlerPublishStream(client BrokerClient, getContextFunc func() context.Context) HandlerPublishStream
NewMonitoredHandlerPublishStream starts and monitors a HandlerPublishStream
type HandlerSubscribeStream ¶
type HandlerSubscribeStream interface { Stream Channel() <-chan *DeduplicatedUplinkMessage }
HandlerSubscribeStream for receiving uplink messages
func NewMonitoredHandlerSubscribeStream ¶
func NewMonitoredHandlerSubscribeStream(client BrokerClient, getContextFunc func() context.Context) HandlerSubscribeStream
NewMonitoredHandlerSubscribeStream starts and monitors a HandlerSubscribeStream
type RouterStream ¶
type RouterStream interface { Stream Send(*UplinkMessage) error Channel() <-chan *DownlinkMessage }
RouterStream for sending gateway statuses
func NewMonitoredRouterStream ¶
func NewMonitoredRouterStream(client BrokerClient, getContextFunc func() context.Context) RouterStream
NewMonitoredRouterStream starts and monitors a RouterStream
type Status ¶
type Status struct { System *api.SystemStats `protobuf:"bytes,1,opt,name=system" json:"system,omitempty"` Component *api.ComponentStats `protobuf:"bytes,2,opt,name=component" json:"component,omitempty"` Uplink *api.Rates `protobuf:"bytes,11,opt,name=uplink" json:"uplink,omitempty"` UplinkUnique *api.Rates `protobuf:"bytes,12,opt,name=uplink_unique,json=uplinkUnique" json:"uplink_unique,omitempty"` Downlink *api.Rates `protobuf:"bytes,13,opt,name=downlink" json:"downlink,omitempty"` Activations *api.Rates `protobuf:"bytes,14,opt,name=activations" json:"activations,omitempty"` ActivationsUnique *api.Rates `protobuf:"bytes,15,opt,name=activations_unique,json=activationsUnique" json:"activations_unique,omitempty"` Deduplication *api.Percentiles `protobuf:"bytes,16,opt,name=deduplication" json:"deduplication,omitempty"` // Connections ConnectedRouters uint32 `protobuf:"varint,21,opt,name=connected_routers,json=connectedRouters,proto3" json:"connected_routers,omitempty"` ConnectedHandlers uint32 `protobuf:"varint,22,opt,name=connected_handlers,json=connectedHandlers,proto3" json:"connected_handlers,omitempty"` }
func (*Status) Descriptor ¶
func (*Status) GetActivations ¶
func (*Status) GetActivationsUnique ¶
func (*Status) GetComponent ¶
func (m *Status) GetComponent() *api.ComponentStats
func (*Status) GetConnectedHandlers ¶
func (*Status) GetConnectedRouters ¶
func (*Status) GetDeduplication ¶
func (m *Status) GetDeduplication() *api.Percentiles
func (*Status) GetDownlink ¶
func (*Status) GetSystem ¶
func (m *Status) GetSystem() *api.SystemStats
func (*Status) GetUplinkUnique ¶
func (*Status) ProtoMessage ¶
func (*Status) ProtoMessage()
type StatusRequest ¶
type StatusRequest struct { }
message StatusRequest is used to request the status of this Broker
func (*StatusRequest) Descriptor ¶
func (*StatusRequest) Descriptor() ([]byte, []int)
func (*StatusRequest) Marshal ¶
func (m *StatusRequest) Marshal() (dAtA []byte, err error)
func (*StatusRequest) ProtoMessage ¶
func (*StatusRequest) ProtoMessage()
func (*StatusRequest) Reset ¶
func (m *StatusRequest) Reset()
func (*StatusRequest) Size ¶
func (m *StatusRequest) Size() (n int)
func (*StatusRequest) String ¶
func (m *StatusRequest) String() string
func (*StatusRequest) Unmarshal ¶
func (m *StatusRequest) Unmarshal(dAtA []byte) error
type SubscribeRequest ¶
type SubscribeRequest struct { }
message SubscribeRequest is used by a Handler to subscribe to uplink messages
func (*SubscribeRequest) Descriptor ¶
func (*SubscribeRequest) Descriptor() ([]byte, []int)
func (*SubscribeRequest) Marshal ¶
func (m *SubscribeRequest) Marshal() (dAtA []byte, err error)
func (*SubscribeRequest) ProtoMessage ¶
func (*SubscribeRequest) ProtoMessage()
func (*SubscribeRequest) Reset ¶
func (m *SubscribeRequest) Reset()
func (*SubscribeRequest) Size ¶
func (m *SubscribeRequest) Size() (n int)
func (*SubscribeRequest) String ¶
func (m *SubscribeRequest) String() string
func (*SubscribeRequest) Unmarshal ¶
func (m *SubscribeRequest) Unmarshal(dAtA []byte) error
type UplinkMessage ¶
type UplinkMessage struct { Payload []byte `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"` Message *protocol.Message `protobuf:"bytes,2,opt,name=message" json:"message,omitempty"` DevEui *github_com_TheThingsNetwork_ttn_core_types.DevEUI `` /* 141-byte string literal not displayed */ AppEui *github_com_TheThingsNetwork_ttn_core_types.AppEUI `` /* 141-byte string literal not displayed */ AppId string `protobuf:"bytes,13,opt,name=app_id,json=appId,proto3" json:"app_id,omitempty"` DevId string `protobuf:"bytes,14,opt,name=dev_id,json=devId,proto3" json:"dev_id,omitempty"` ProtocolMetadata *protocol.RxMetadata `protobuf:"bytes,21,opt,name=protocol_metadata,json=protocolMetadata" json:"protocol_metadata,omitempty"` GatewayMetadata *gateway.RxMetadata `protobuf:"bytes,22,opt,name=gateway_metadata,json=gatewayMetadata" json:"gateway_metadata,omitempty"` DownlinkOptions []*DownlinkOption `protobuf:"bytes,31,rep,name=downlink_options,json=downlinkOptions" json:"downlink_options,omitempty"` Trace *trace.Trace `protobuf:"bytes,41,opt,name=trace" json:"trace,omitempty"` }
received from the Router
func (*UplinkMessage) Descriptor ¶
func (*UplinkMessage) Descriptor() ([]byte, []int)
func (*UplinkMessage) GetAppId ¶
func (m *UplinkMessage) GetAppId() string
func (*UplinkMessage) GetDevId ¶
func (m *UplinkMessage) GetDevId() string
func (*UplinkMessage) GetDownlinkOptions ¶
func (m *UplinkMessage) GetDownlinkOptions() []*DownlinkOption
func (*UplinkMessage) GetGatewayMetadata ¶
func (m *UplinkMessage) GetGatewayMetadata() *gateway.RxMetadata
func (*UplinkMessage) GetMessage ¶
func (m *UplinkMessage) GetMessage() *protocol.Message
func (*UplinkMessage) GetPayload ¶
func (m *UplinkMessage) GetPayload() []byte
func (*UplinkMessage) GetProtocolMetadata ¶
func (m *UplinkMessage) GetProtocolMetadata() *protocol.RxMetadata
func (*UplinkMessage) GetTrace ¶
func (m *UplinkMessage) GetTrace() *trace.Trace
func (*UplinkMessage) Marshal ¶
func (m *UplinkMessage) Marshal() (dAtA []byte, err error)
func (*UplinkMessage) MarshalPayload ¶
func (m *UplinkMessage) MarshalPayload() error
MarshalPayload marshals the Message into Payload if Payload is nil
func (*UplinkMessage) ProtoMessage ¶
func (*UplinkMessage) ProtoMessage()
func (*UplinkMessage) Reset ¶
func (m *UplinkMessage) Reset()
func (*UplinkMessage) Size ¶
func (m *UplinkMessage) Size() (n int)
func (*UplinkMessage) String ¶
func (m *UplinkMessage) String() string
func (*UplinkMessage) Unmarshal ¶
func (m *UplinkMessage) Unmarshal(dAtA []byte) error
func (*UplinkMessage) UnmarshalPayload ¶
func (m *UplinkMessage) UnmarshalPayload() error
UnmarshalPayload unmarshals the Payload into Message if Message is nil
func (*UplinkMessage) Validate ¶
func (m *UplinkMessage) Validate() error
Validate implements the api.Validator interface