Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Delivery ¶
Delivery represents the status of delivering a message to a subscription.
func (Delivery) Annotations ¶
func (Delivery) Annotations() []schema.Annotation
type Message ¶
Message represents a message sent on the bus.
func (Message) Annotations ¶
func (Message) Annotations() []schema.Annotation
type Subscription ¶
Subscription represents a source from which messages can be received. Messages received on a subscription are those published to its linked topic.
func (Subscription) Annotations ¶
func (Subscription) Annotations() []schema.Annotation
func (Subscription) Edges ¶
func (Subscription) Edges() []ent.Edge
func (Subscription) Fields ¶
func (Subscription) Fields() []ent.Field
func (Subscription) Hooks ¶
func (Subscription) Hooks() []ent.Hook
func (Subscription) Indexes ¶
func (Subscription) Indexes() []ent.Index
type Topic ¶
Topic represents a destination to which messages can be published. Publishing a message to a topic sends it to all its subscriptions.
func (Topic) Annotations ¶
func (Topic) Annotations() []schema.Annotation
Click to show internal directories.
Click to hide internal directories.