Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
HttpPolling = []byte("http_polling_stream")
)
Functions ¶
func SetInputIntervalMillis ¶
func SetRequestInput ¶
Types ¶
type HttpPollingStream ¶
type HttpPollingStream struct {
// contains filtered or unexported fields
}
func New ¶
func New(client httpclient.Client) *HttpPollingStream
func (*HttpPollingStream) Start ¶
func (h *HttpPollingStream) Start(input []byte, next chan<- []byte, stop <-chan struct{})
func (*HttpPollingStream) UniqueIdentifier ¶
func (h *HttpPollingStream) UniqueIdentifier() []byte
Click to show internal directories.
Click to hide internal directories.