package
0.0.0-20170911233726-eb938b1b5e35
Repository: https://github.com/tylertreat/bench.git
Documentation: pkg.go.dev
# Structs
AMQPRequesterFactory implements RequesterFactory by creating a Requester which publishes messages to an AMQP exchange and waits to consume them.
CassandraRequesterFactory implements RequesterFactory by creating a Requester which issues queries to Cassandra.
KafkaRequesterFactory implements RequesterFactory by creating a Requester which publishes messages to Kafka and waits to consume them.
NATSRequesterFactory implements RequesterFactory by creating a Requester which publishes messages to NATS and waits to receive them.
NATSStreamingRequesterFactory implements RequesterFactory by creating a Requester which publishes messages to NATS Streaming and waits to receive them.
No description provided by the author
NSQRequesterFactory implements RequesterFactory by creating a Requester which publishes messages to NSQ and waits to receive them.
RedisPubSubRequesterFactory implements RequesterFactory by creating a Requester which publishes messages to Redis and waits to receive them.
RedisRequesterFactory implements RequesterFactory by creating a Requester which sends the configured command and arguments to Redis and waits for the reply.
WebRequesterFactory implements RequesterFactory by creating a Requester which makes GET requests to the provided URL.