Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Common ¶
type Common[C responsewriter.Client] struct { LimitClientParallelRequests int64 LimitClientEndpointParallelRequests int64 Ctx context.Context Errors ErrorFunc PeriodicRunner periodic.Func MessagePool *pool.Pool GetToken client.GetTokenFunc MaxMessageSize uint32 BlockwiseTransferTimeout time.Duration BlockwiseSZX blockwise.SZX BlockwiseEnable bool ProcessReceivedMessage ProcessReceivedMessageFunc[C] ReceivedMessageQueueSize int }
func NewCommon ¶
func NewCommon[C responsewriter.Client]() Common[C]
type HandlerFunc ¶
type HandlerFunc[C responsewriter.Client] func(w *responsewriter.ResponseWriter[C], r *pool.Message)
type ProcessReceivedMessageFunc ¶ added in v3.1.0
type ProcessReceivedMessageFunc[C responsewriter.Client] func(req *pool.Message, cc C, handler HandlerFunc[C])
Click to show internal directories.
Click to hide internal directories.