Documentation ¶
Index ¶
Constants ¶
View Source
const ( Scheme = "dapr-pubsub" PropertiesPrefix = "camel.component." + Scheme AttributeEventID = "camel.apache.org/dapr.event.id" AttributePubSubName = "camel.apache.org/dapr.pubsub.name" AttributePubSubTopic = "camel.apache.org/dapr.pubsub.topic" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Component ¶
type Component struct {
components.DefaultComponent
}
type Consumer ¶
type Consumer struct { components.DefaultConsumer // contains filtered or unexported fields }
type Endpoint ¶
type Endpoint struct { components.DefaultEndpoint // contains filtered or unexported fields }
type Producer ¶
type Producer struct { components.DefaultProducer // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.