Documentation
¶
Overview ¶
Package common provides shared adapter infrastructure used by both primary (inbound) and secondary (outbound) adapters.
In standalone mode a single in-memory event hub backs both the outbound sender (secondary) and the inbound receiver (primary), so the hub instance is shared here. Direction-specific transports (the Kafka sender/receiver) live in the secondary/primary adapters respectively.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type UnsupportedEventProtocolError ¶
type UnsupportedEventProtocolError struct {
ProtocolType string
}
UnsupportedEventProtocolError is returned when an unsupported event protocol type is specified.
func (*UnsupportedEventProtocolError) Error ¶
func (e *UnsupportedEventProtocolError) Error() string
Error implements the error interface.
Click to show internal directories.
Click to hide internal directories.