Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type T ¶
type T struct {
// contains filtered or unexported fields
}
T serves consume requests received from childSpec.Requests() channel with messages received from Messages() channel. The topic consumer expires and shuts itself down when either of the following happens:
- there has been no requests for Consumer.SubscriptionTimeout and isSafe2StopFn returns true;
- there has been no requests for max value of Consumer.SubscriptionTimeout and Consumer.AckTimeout
implements `multiplexer.Out`.
Click to show internal directories.
Click to hide internal directories.