Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventSubscriber ¶
type EventSubscriber struct {
// contains filtered or unexported fields
}
func NewSubscriber ¶
func (*EventSubscriber) Close ¶
func (s *EventSubscriber) Close() error
func (*EventSubscriber) Subscribe ¶
func (s *EventSubscriber) Subscribe(ctx context.Context, groupName string, dlqSubject string, invoker eventing.HandlerInvoker) error
Subscribe to a NATS subject and handle incoming messages. process incoming messages using the provided handler in strict order
type Subscriber ¶
Click to show internal directories.
Click to hide internal directories.