Documentation
¶
Index ¶
Constants ¶
View Source
const (
InMemoryBusMaximumInFlightMessage = 4096
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InMemoryBus ¶
type InMemoryBus struct {
// contains filtered or unexported fields
}
func NewInMemoryBus ¶
func NewInMemoryBus() *InMemoryBus
func (*InMemoryBus) Read ¶
func (i *InMemoryBus) Read(ctx context.Context) (<-chan Message, context.CancelFunc)
type RegistrySlot ¶
type RegistrySlot struct {
// contains filtered or unexported fields
}
func (*RegistrySlot) Register ¶
func (r *RegistrySlot) Register(handler Handler) uint32
func (*RegistrySlot) Unregister ¶
func (r *RegistrySlot) Unregister(slot uint32) error
Click to show internal directories.
Click to hide internal directories.